mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
dogecoin tx v2 flag
This commit is contained in:
parent
7c990f4f8f
commit
dc9e4d2dc1
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ class DogecoinWallet extends Bip39HDWallet
|
|||
with ElectrumXInterface, CoinControlInterface {
|
||||
DogecoinWallet(CryptoCurrencyNetwork network) : super(Dogecoin(network));
|
||||
|
||||
@override
|
||||
int get isarTransactionVersion => 2;
|
||||
|
||||
@override
|
||||
FilterOperation? get changeAddressFilterOperation =>
|
||||
FilterGroup.and(standardChangeAddressFilters);
|
||||
|
|
Loading…
Reference in a new issue