mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 01:37:54 +00:00
register TradeAdapter
This commit is contained in:
parent
f2eaba178c
commit
ee186a8669
1 changed files with 2 additions and 0 deletions
|
@ -121,6 +121,8 @@ void main() async {
|
|||
Hive.registerAdapter(ExchangeTransactionAdapter());
|
||||
Hive.registerAdapter(ExchangeTransactionStatusAdapter());
|
||||
|
||||
Hive.registerAdapter(TradeAdapter());
|
||||
|
||||
// reference lookup data adapter
|
||||
Hive.registerAdapter(TradeWalletLookupAdapter());
|
||||
|
||||
|
|
Loading…
Reference in a new issue