We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17abe43 commit c78bbf8Copy full SHA for c78bbf8
x/skyway/keeper/batch.go
@@ -102,7 +102,7 @@ func (k Keeper) BuildOutgoingTXBatch(
102
103
func (k Keeper) getBatchTimeoutHeight(ctx context.Context) uint64 {
104
sdkCtx := sdk.UnwrapSDKContext(ctx)
105
- return uint64(sdkCtx.BlockTime().Add(10 * time.Minute).Unix())
+ return uint64(sdkCtx.BlockTime().Add(60 * time.Minute).Unix())
106
}
107
108
// OutgoingTxBatchExecuted is run when the Cosmos chain detects that a batch has been executed on Ethereum
0 commit comments