Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
feat(BUX-222): small updates after version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba-4chain committed Sep 29, 2023
1 parent af60eb5 commit 5164fa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chainstate/transaction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func TestClient_Transaction_BroadcastClient(t *testing.T) {
// when
info, err := c.QueryTransaction(
context.Background(), onChainExample1TxID,
RequiredOnChain, defaultQueryTimeOut,
RequiredInMempool, defaultQueryTimeOut,
)

// then
Expand Down Expand Up @@ -359,7 +359,7 @@ func TestClient_Transaction_MultipleClients_Fastest(t *testing.T) {
assert.True(t, isOneOf(
info.Confirmations,
onChainExample1Confirmations,
nil,
0,
))
assert.True(t, isOneOf(
info.Provider,
Expand Down

0 comments on commit 5164fa5

Please sign in to comment.