Skip to content

Commit 0aa9104

Browse files
committed
fix(app): remove astaking module from keys
Signed-off-by: Artur Troian <[email protected]>
1 parent 7e0c735 commit 0aa9104

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/types/app.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -519,8 +519,8 @@ func kvStoreKeys() []string {
519519
ibctransfertypes.StoreKey,
520520
}
521521

522-
keys = append(keys, akashKVStoreKeys()...,
523-
)
522+
keys = append(keys, akashKVStoreKeys()...)
523+
524524
return keys
525525
}
526526

@@ -533,7 +533,6 @@ func akashKVStoreKeys() []string {
533533
ptypes.StoreKey,
534534
atypes.StoreKey,
535535
ctypes.StoreKey,
536-
astakingtypes.StoreKey,
537536
}
538537
}
539538

0 commit comments

Comments
 (0)