Skip to content

Commit

Permalink
migrate send.py tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel committed Jan 24, 2025
1 parent 93aab79 commit 5ab297e
Show file tree
Hide file tree
Showing 3 changed files with 651 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"2N6P6d3iypnnud4YJDfHZ6kc513N8ezWmPx", # 2of3 mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH
]

DEFAULT_PARAMS["p2wpkh_address"] = ["bcrt1qfaw3f6ryl9jn4f5l0x7qdccxyl82snmwkrcfh9"]
DEFAULT_PARAMS["p2wpkh_addresses"] = ["bcrt1qfaw3f6ryl9jn4f5l0x7qdccxyl82snmwkrcfh9"]

DEFAULT_PARAMS["privkey"] = {addr: priv for (addr, pubkeyhash, priv, pub) in ADDRESSES}
DEFAULT_PARAMS["pubkey"] = {addr: pub for (addr, pubkeyhash, priv, pub) in ADDRESSES}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@
],
[
"burn",
{"source": DP["p2wpkh_address"][0], "quantity": DP["burn_quantity"]},
{"source": DP["p2wpkh_addresses"][0], "quantity": DP["burn_quantity"]},
{"encoding": "opreturn"},
],
["mine_empty_blocks", 480],
Expand Down
Loading

0 comments on commit 5ab297e

Please sign in to comment.