mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
eth txns mobile fix
This commit is contained in:
parent
37f8a22ec2
commit
f1f8a0c49a
1 changed files with 3 additions and 0 deletions
|
@ -107,6 +107,9 @@ class EthereumWallet extends Bip39Wallet with PrivateKeyInterface {
|
|||
|
||||
// ==================== Overrides ============================================
|
||||
|
||||
@override
|
||||
int get isarTransactionVersion => 2;
|
||||
|
||||
@override
|
||||
FilterOperation? get transactionFilterOperation => FilterGroup.not(
|
||||
const FilterCondition.equalTo(
|
||||
|
|
Loading…
Reference in a new issue