mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-23 11:15:33 +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());
|
||||
}
|
||||
|
||||
// if (!CakeHive.isAdapterRegistered(PowNode.typeId)) {
|
||||
// CakeHive.registerAdapter(PowNodeAdapter());
|
||||
// }
|
||||
|
||||
if (!CakeHive.isAdapterRegistered(TransactionDescription.typeId)) {
|
||||
CakeHive.registerAdapter(TransactionDescriptionAdapter());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue