We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f0ad18 commit 944c02dCopy full SHA for 944c02d
1 file changed
x/btcbridge/migrations/v2/store.go
@@ -44,7 +44,6 @@ func migrateParams(ctx sdk.Context, storeKey storetypes.StoreKey, cdc codec.Bina
44
ProtocolFees: paramsV1.ProtocolFees,
45
TssParams: paramsV1.TssParams,
46
IbcParams: types.IBCParams{
47
- PortId: types.DefaultIBCPortId,
48
TimeoutHeightOffset: types.DefaultIBCTimeoutHeightOffset,
49
TimeoutDuration: types.DefaultIBCTimeoutDuration,
50
},
0 commit comments