Skip to content

Commit

Permalink
fix: correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed May 3, 2024
1 parent d7f4681 commit a0802e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/bundles/keeper/logic_bundles.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func (k Keeper) AssertPoolCanRun(ctx sdk.Context, poolId uint64) error {
return types.ErrPoolDisabled
}

// Error if the end key is reached. The chain will simply halt if this is the case,
// Error if the end key is reached. The pool will simply halt if this is the case,
// it is the responsibility of the protocol nodes to reach final consensus and that
// a bundle does not exceed the end_key
if pool.EndKey != "" && pool.CurrentKey == pool.EndKey {
Expand Down

0 comments on commit a0802e7

Please sign in to comment.