Merge PR #1229: Fix 'gaiad init gen-tx' not showing seed

This commit is contained in:
suyuhuang 2018-06-13 13:27:24 +08:00 committed by Christopher Goes
parent 8753d6d59a
commit ef2e7a5129
1 changed files with 2 additions and 1 deletions

View File

@ -108,7 +108,8 @@ func GaiaAppGenTx(cdc *wire.Codec, pk crypto.PubKey) (
return
}
cliPrint = json.RawMessage(bz)
return GaiaAppGenTxNF(cdc, pk, addr, name, overwrite)
appGenTx,_,validator,err = GaiaAppGenTxNF(cdc, pk, addr, name, overwrite)
return
}
// Generate a gaia genesis transaction without flags