Skip to content

Commit ec17b06

Browse files
committed
cover 'fromBech32(address)' throwing exception & bad 'decodeBech32.data.length'
1 parent 883d021 commit ec17b06

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/fixtures/address.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,14 @@
189189
{
190190
"exception": "has no matching Script",
191191
"address": "BC13W508D6QEJXTDG4Y5R3ZARVARY0C5XW7KN40WF2"
192+
},
193+
{
194+
"exception": "has no matching Script",
195+
"address": "bc1qw508d6qejxtdg4y5r3zarvary0c5xw7kv8f3t5"
196+
},
197+
{
198+
"exception": "has no matching Script",
199+
"address": "bc1qqqqqqqqqqv9qus"
192200
}
193201
]
194202
}

0 commit comments

Comments
 (0)