Skip to content

Commit

Permalink
feat(x/swingset): Core eval is high priority
Browse files Browse the repository at this point in the history
  • Loading branch information
mhofman committed Apr 27, 2023
1 parent ee76781 commit ca631c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golang/cosmos/x/swingset/keeper/proposal.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ func (k Keeper) CoreEvalProposal(ctx sdk.Context, p *types.CoreEvalProposal) err
BlockTime: ctx.BlockTime().Unix(),
}

return k.PushAction(ctx, action)
return k.PushHighPriorityAction(ctx, action)
}

0 comments on commit ca631c1

Please sign in to comment.