allow generation of gentxs with empty memo field (#3478)
This commit is contained in:
committed by
Jack Zampolin
parent
08e62fb157
commit
884ce49f7f
@@ -61,9 +61,11 @@ following delegation and commission default parameters:
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
ip, err := server.ExternalIP()
|
||||
if err != nil {
|
||||
return err
|
||||
fmt.Fprintf(os.Stderr, "couldn't retrieve an external IP, "+
|
||||
"consequently the tx's memo field will be unset: %s", err)
|
||||
}
|
||||
|
||||
genDoc, err := LoadGenesisDoc(cdc, config.GenesisFile())
|
||||
|
||||
Reference in New Issue
Block a user