From 88df6cff2680d222cedf118eed32503e1f49468e Mon Sep 17 00:00:00 2001 From: Nazarii-4chain Date: Fri, 9 Feb 2024 11:41:06 +0200 Subject: [PATCH] Rerun tests --- record_tx.go | 1 + 1 file changed, 1 insertion(+) diff --git a/record_tx.go b/record_tx.go index a338f9b5..4e53df12 100644 --- a/record_tx.go +++ b/record_tx.go @@ -76,6 +76,7 @@ func getIncomingTxRecordStrategy(ctx context.Context, c ClientInterface, txHex s } return rts, nil + } func waitForRecordTxWriteLock(ctx context.Context, c ClientInterface, key string) func() {