mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 19:37:27 -03:00
test: P2A is a destination type with an address
This commit is contained in:
parent
2aff9a36c3
commit
68bd86cd7c
1 changed files with 5 additions and 0 deletions
|
@ -166,6 +166,11 @@ VALID_DATA = [
|
||||||
"bc1p0xlxvlhemja6c4dqv22uapctqupfhlxm9h8z3k2e72q4k9hcz7vqzk5jj0",
|
"bc1p0xlxvlhemja6c4dqv22uapctqupfhlxm9h8z3k2e72q4k9hcz7vqzk5jj0",
|
||||||
"512079be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798",
|
"512079be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798",
|
||||||
),
|
),
|
||||||
|
# PayToAnchor(P2A)
|
||||||
|
(
|
||||||
|
"bc1pfeessrawgf",
|
||||||
|
"51024e73",
|
||||||
|
),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue