Merge PR #1229: Fix 'gaiad init gen-tx' not showing seed
This commit is contained in:
parent
8753d6d59a
commit
ef2e7a5129
|
@ -108,7 +108,8 @@ func GaiaAppGenTx(cdc *wire.Codec, pk crypto.PubKey) (
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
cliPrint = json.RawMessage(bz)
|
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
|
// Generate a gaia genesis transaction without flags
|
||||||
|
|
Loading…
Reference in New Issue