mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49:22 +00:00
remove value from estimate for token tx
This commit is contained in:
parent
e584070b96
commit
9a86a6fe9e
1 changed files with 0 additions and 1 deletions
|
@ -108,7 +108,6 @@ class EthTokenWallet extends ChangeNotifier with EthTokenCache {
|
|||
fee,
|
||||
),
|
||||
amountOfGas: BigInt.from(_gasLimit),
|
||||
value: web3dart.EtherAmount.inWei(BigInt.one),
|
||||
);
|
||||
|
||||
final nonce = args?["nonce"] as int? ??
|
||||
|
|
Loading…
Reference in a new issue