Skip to content

Commit 68bd86c

Browse files
committed
test: P2A is a destination type with an address
1 parent 2aff9a3 commit 68bd86c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/functional/rpc_validateaddress.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,11 @@
166166
"bc1p0xlxvlhemja6c4dqv22uapctqupfhlxm9h8z3k2e72q4k9hcz7vqzk5jj0",
167167
"512079be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798",
168168
),
169+
# PayToAnchor(P2A)
170+
(
171+
"bc1pfeessrawgf",
172+
"51024e73",
173+
),
169174
]
170175

171176

0 commit comments

Comments
 (0)