Getting ready to format a Bitcoin transaction
This commit is contained in:
@@ -29,7 +29,7 @@ pub(crate) fn home(name: &String) -> std::path::PathBuf {
|
||||
}
|
||||
|
||||
/// Generate a fake transaction with customizable from_pubkey String
|
||||
pub fn fake_transaction_json(from: String) -> Value {
|
||||
pub fn fake_generic_transaction_json(from: String) -> Value {
|
||||
json!({
|
||||
"from": from,
|
||||
"to": "Bob",
|
||||
|
||||
Reference in New Issue
Block a user