mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 12:09:43 +00:00
fixes after merge main
This commit is contained in:
parent
1a516029e1
commit
1742534994
2 changed files with 2 additions and 3 deletions
|
@ -9,5 +9,6 @@ const EXCHANGE_TEMPLATE_TYPE_ID = 7;
|
|||
const ORDER_TYPE_ID = 8;
|
||||
const UNSPENT_COINS_INFO_TYPE_ID = 9;
|
||||
const ANONPAY_INVOICE_INFO_TYPE_ID = 10;
|
||||
const DERIVATION_TYPE_TYPE_ID = 15;
|
||||
|
||||
const ERC20_TOKEN_TYPE_ID = 12;
|
||||
|
|
|
@ -5,9 +5,7 @@ import 'package:hive/hive.dart';
|
|||
|
||||
part 'wallet_info.g.dart';
|
||||
|
||||
|
||||
const derivationTypeTypeId = 15;
|
||||
@HiveType(typeId: derivationTypeTypeId)
|
||||
@HiveType(typeId: DERIVATION_TYPE_TYPE_ID)
|
||||
enum DerivationType {
|
||||
@HiveField(0)
|
||||
unknown,
|
||||
|
|
Loading…
Reference in a new issue