mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
temp debugging print
This commit is contained in:
parent
2458d2912b
commit
bcadb07e9b
1 changed files with 5 additions and 0 deletions
|
@ -108,6 +108,11 @@ class EthTokenWallet extends ChangeNotifier with EthTokenCache {
|
|||
value: web3dart.EtherAmount.inWei(BigInt.one),
|
||||
);
|
||||
|
||||
print("==============================================================");
|
||||
print("client.estimateGas: $est");
|
||||
print("estimateFeeFor : $feeEstimate");
|
||||
print("==============================================================");
|
||||
|
||||
final tx = web3dart.Transaction.callContract(
|
||||
contract: _deployedContract,
|
||||
function: _sendFunction,
|
||||
|
|
Loading…
Reference in a new issue