Skip to content

Commit

Permalink
KIP-84 fix: reclaim
Browse files Browse the repository at this point in the history
  • Loading branch information
kobs30 committed Nov 18, 2024
1 parent a77d9c8 commit ca6cc7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/layer2/keeper/msg_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ func (suite *KeeperTestSuite) TestReclaimDappBondProposal() {
reclaimMsg := &types.MsgReclaimDappBondProposal{
Sender: addr1.String(),
DappName: createMsg.Dapp.Name,
Bond: sdk.NewInt64Coin("ukex", 10000000000),
Bond: sdk.NewInt64Coin("ukex", 10000000),
}

_, err = msgServer.ReclaimDappBondProposal(sdk.WrapSDKContext(suite.ctx), reclaimMsg)
Expand Down

0 comments on commit ca6cc7c

Please sign in to comment.