mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
CW-673: Save Haven seeds to show it to the user after Haven removal (#1518)
* haven: backup seeds * haven backup fixes * ci fix * reorder build script * disable haven * properly call cw_haven code * [skip ci] update PR * Update evm_chain_transaction_history.dart remove print --------- Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
This commit is contained in:
parent
329a1fd6de
commit
e2a1d865af
7 changed files with 87 additions and 14 deletions
|
@ -84,7 +84,6 @@ abstract class EVMChainTransactionHistoryBase
|
|||
_update(tx);
|
||||
}
|
||||
}
|
||||
print('doneee');
|
||||
} catch (e) {
|
||||
log(e.toString());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue