You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With gaiad (d974b27) the ./scripts/two-chainz script fails (on my box) with: Error: post failed: Post "http://localhost:26657": dial tcp [::1]:26657: connect: connection refused
In the server log:
Error: error during handshake: error on replay: validator set is nil in genesis and still empty after InitChain
The root cause is the new argument for gaiad gentx which was introduced recently.
With gaiad (
d974b27
) the./scripts/two-chainz
script fails (on my box) with:Error: post failed: Post "http://localhost:26657": dial tcp [::1]:26657: connect: connection refused
In the server log:
The root cause is the new argument for gaiad gentx which was introduced recently.
It affects this script https://github.com/cosmos/relayer/blob/master/scripts/one-chain#L67 and doc
The text was updated successfully, but these errors were encountered: