Browse Source

wording

pull/8068/head
jay tseng 3 years ago
parent
commit
16cf9ff301
No known key found for this signature in database GPG Key ID: 5A9D3063305E6427
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      node/node.go

+ 1
- 1
node/node.go View File

@ -164,7 +164,7 @@ func makeNode(
return nil, fmt.Errorf("error starting proxy app connections: %w", err)
}
// Check app version is match with the genesis file.
// Check app version is matched with the genesis file.
appInfo, err := proxyApp.Query().Info(ctx, abci.RequestInfo{Version: ""})
if err != nil {
return nil, fmt.Errorf("error query app info: %w", err)


Loading…
Cancel
Save