mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-25 19:55:52 +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 {
|
with ElectrumXInterface, CoinControlInterface {
|
||||||
DogecoinWallet(CryptoCurrencyNetwork network) : super(Dogecoin(network));
|
DogecoinWallet(CryptoCurrencyNetwork network) : super(Dogecoin(network));
|
||||||
|
|
||||||
|
@override
|
||||||
|
int get isarTransactionVersion => 2;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
FilterOperation? get changeAddressFilterOperation =>
|
FilterOperation? get changeAddressFilterOperation =>
|
||||||
FilterGroup.and(standardChangeAddressFilters);
|
FilterGroup.and(standardChangeAddressFilters);
|
||||||
|
|
Loading…
Reference in a new issue