register TradeAdapter

This commit is contained in:
julian 2022-10-02 18:55:54 -06:00
parent f2eaba178c
commit ee186a8669

View file

@ -121,6 +121,8 @@ void main() async {
Hive.registerAdapter(ExchangeTransactionAdapter());
Hive.registerAdapter(ExchangeTransactionStatusAdapter());
Hive.registerAdapter(TradeAdapter());
// reference lookup data adapter
Hive.registerAdapter(TradeWalletLookupAdapter());