Skip to content

Commit

Permalink
Merge pull request #869 from calvinrzachman/loadtest-fix
Browse files Browse the repository at this point in the history
itest: small fixes for tapd load test
  • Loading branch information
guggero authored Apr 9, 2024
2 parents a295397 + 8c81292 commit 39bbc18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion itest/loadtest/mint_batch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,5 @@ func mintTest(t *testing.T, ctx context.Context, cfg *Config) {
})
require.True(t, correctOp)

itest.SyncUniverses(ctx, t, alice, bob, aliceHost, cfg.TestTimeout)
itest.SyncUniverses(ctx, t, bob, alice, aliceHost, cfg.TestTimeout)
}
2 changes: 1 addition & 1 deletion itest/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func MineBlocks(t *testing.T, client *rpcclient.Client,
var blockHashes []*chainhash.Hash

switch backend.(type) {
case rpcclient.BitcoindVersion:
case *rpcclient.BitcoindVersion:
addr, err := btcutil.DecodeAddress(
regtestMiningAddr, regtestParams,
)
Expand Down

0 comments on commit 39bbc18

Please sign in to comment.