'make format'

This commit is contained in:
Christopher Goes 2018-11-05 11:47:19 +01:00
parent cb3cb27b81
commit 37abad4cc3
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ func makeMsg(name string, pk crypto.PubKey) auth.StdTx {
desc := stake.NewDescription(name, "", "", "")
comm := stakeTypes.CommissionMsg{}
msg := stake.NewMsgCreateValidator(sdk.ValAddress(pk.Address()), pk, sdk.NewInt64Coin(bondDenom,
50), desc, comm)
50), desc, comm)
return auth.NewStdTx([]sdk.Msg{msg}, auth.StdFee{}, nil, "")
}