mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-22 07:08:49 +00:00
code cleanup
This commit is contained in:
parent
d4e36a503c
commit
7f1200ef5e
1 changed files with 0 additions and 4 deletions
|
@ -82,10 +82,6 @@ Future<void> initializeAppConfigs() async {
|
||||||
CakeHive.registerAdapter(NodeAdapter());
|
CakeHive.registerAdapter(NodeAdapter());
|
||||||
}
|
}
|
||||||
|
|
||||||
// if (!CakeHive.isAdapterRegistered(PowNode.typeId)) {
|
|
||||||
// CakeHive.registerAdapter(PowNodeAdapter());
|
|
||||||
// }
|
|
||||||
|
|
||||||
if (!CakeHive.isAdapterRegistered(TransactionDescription.typeId)) {
|
if (!CakeHive.isAdapterRegistered(TransactionDescription.typeId)) {
|
||||||
CakeHive.registerAdapter(TransactionDescriptionAdapter());
|
CakeHive.registerAdapter(TransactionDescriptionAdapter());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue