mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-25 04:59:33 +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 ORDER_TYPE_ID = 8;
|
||||||
const UNSPENT_COINS_INFO_TYPE_ID = 9;
|
const UNSPENT_COINS_INFO_TYPE_ID = 9;
|
||||||
const ANONPAY_INVOICE_INFO_TYPE_ID = 10;
|
const ANONPAY_INVOICE_INFO_TYPE_ID = 10;
|
||||||
|
const DERIVATION_TYPE_TYPE_ID = 15;
|
||||||
|
|
||||||
const ERC20_TOKEN_TYPE_ID = 12;
|
const ERC20_TOKEN_TYPE_ID = 12;
|
||||||
|
|
|
@ -5,9 +5,7 @@ import 'package:hive/hive.dart';
|
||||||
|
|
||||||
part 'wallet_info.g.dart';
|
part 'wallet_info.g.dart';
|
||||||
|
|
||||||
|
@HiveType(typeId: DERIVATION_TYPE_TYPE_ID)
|
||||||
const derivationTypeTypeId = 15;
|
|
||||||
@HiveType(typeId: derivationTypeTypeId)
|
|
||||||
enum DerivationType {
|
enum DerivationType {
|
||||||
@HiveField(0)
|
@HiveField(0)
|
||||||
unknown,
|
unknown,
|
||||||
|
|
Loading…
Reference in a new issue