Skip to content

Commit

Permalink
feat: support custom mnemonics in in-process testing network (backport
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored and jiujiteiro committed May 10, 2022
1 parent 3d240cb commit e54ec3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testutil/network/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ func New(t *testing.T, cfg Config) *Network {

nodeID, pubKey, err := genutil.InitializeNodeValidatorFiles(tmCfg)
require.NoError(t, err)

nodeIDs[i] = nodeID
valPubKeys[i] = pubKey

Expand Down

0 comments on commit e54ec3f

Please sign in to comment.