Skip to content

Commit

Permalink
fix: there is more than one wallet created
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen committed Aug 16, 2024
1 parent e81317c commit ef58d6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions itest/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,7 @@ func StartManager(
err = bh.Start()
require.NoError(t, err)

// test case with single wallet created and no wallet name set.
cfg, c := defaultStakerConfig(t, "", passphrase)
cfg, c := defaultStakerConfig(t, walletName, passphrase)

logger := logrus.New()
logger.SetLevel(logrus.DebugLevel)
Expand Down

0 comments on commit ef58d6f

Please sign in to comment.