Skip to content

Commit

Permalink
Fix Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmith-2019 committed Nov 27, 2024
1 parent 960de92 commit 60a084d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func TestExecuteSlashingParamsUpdate(t *testing.T) {
context := sdk.WrapSDKContext(ctx)
msgServer := keeper.NewMsgServerImpl(*k)

// create governance to update guardian set with extra guardian
// create governance to update slashing params
payload := createSlashingParamsUpdatePayload()
v := generateVaa(set.Index, privateKeys, vaa.ChainID(vaa.GovernanceChain), payload)
vBz, _ := v.Marshal()
Expand Down

0 comments on commit 60a084d

Please sign in to comment.