mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-09 20:29:57 +00:00
Fix: Test sending and receiving
This commit is contained in:
parent
e065044476
commit
c5ff6dfed5
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ class NamecoinWallet extends CoinServiceAPI {
|
|||
throw ArgumentError('Invalid version or Network mismatch');
|
||||
} else {
|
||||
try {
|
||||
decodeBech32 = segwit.decode(address);
|
||||
decodeBech32 = segwit.decode(address, namecoin.bech32!);
|
||||
} catch (err) {
|
||||
// Bech32 decode fail
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue