From 5164fa57c6557682443d4087f426e84d86f41308 Mon Sep 17 00:00:00 2001 From: Kuba Date: Fri, 29 Sep 2023 18:57:08 +0200 Subject: [PATCH] feat(BUX-222): small updates after version bump --- chainstate/transaction_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chainstate/transaction_test.go b/chainstate/transaction_test.go index 81df958c..6df900a1 100644 --- a/chainstate/transaction_test.go +++ b/chainstate/transaction_test.go @@ -116,7 +116,7 @@ func TestClient_Transaction_BroadcastClient(t *testing.T) { // when info, err := c.QueryTransaction( context.Background(), onChainExample1TxID, - RequiredOnChain, defaultQueryTimeOut, + RequiredInMempool, defaultQueryTimeOut, ) // then @@ -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,