Skip to content

Commit c440b3e

Browse files
authored
chain/ethereum: Remove no_logging from retry operation (#3149)
1 parent 1645118 commit c440b3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

chain/ethereum/src/ethereum_adapter.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1832,7 +1832,6 @@ async fn fetch_transaction_receipt_with_retry(
18321832
);
18331833
retry(retry_log_message, &logger)
18341834
.limit(*REQUEST_RETRIES)
1835-
.no_logging()
18361835
.timeout_secs(*JSON_RPC_TIMEOUT)
18371836
.run(move || web3.eth().transaction_receipt(transaction_hash).boxed())
18381837
.await

0 commit comments

Comments
 (0)