From ec17b06bde6095d3856d51d8a7b7317dd36690c7 Mon Sep 17 00:00:00 2001 From: Vlad Stan <stan.v.vlad@gmail.com> Date: Tue, 1 Sep 2020 15:45:34 +0300 Subject: [PATCH] cover 'fromBech32(address)' throwing exception & bad 'decodeBech32.data.length' --- test/fixtures/address.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/fixtures/address.json b/test/fixtures/address.json index 2668a08..1b428d9 100644 --- a/test/fixtures/address.json +++ b/test/fixtures/address.json @@ -189,6 +189,14 @@ { "exception": "has no matching Script", "address": "BC13W508D6QEJXTDG4Y5R3ZARVARY0C5XW7KN40WF2" + }, + { + "exception": "has no matching Script", + "address": "bc1qw508d6qejxtdg4y5r3zarvary0c5xw7kv8f3t5" + }, + { + "exception": "has no matching Script", + "address": "bc1qqqqqqqqqqv9qus" } ] }