mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-28 02:05:27 +00:00
always log infura response
This commit is contained in:
parent
b59e0d3a04
commit
05b953fe84
@ -172,7 +172,7 @@
|
||||
(when internal-tx-id
|
||||
(log/infof "%s: eth-rpc %s" internal-tx-id method))
|
||||
(log/debugf "%s: eth-rpc req(%s) body: %s" internal-tx-id request-id body)
|
||||
(log/debugf "%s: eth-rpc req(%s) result: %s" internal-tx-id request-id result)
|
||||
(log/infof "%s: eth-rpc req(%s) result: %s" internal-tx-id request-id result)
|
||||
(cond
|
||||
;; Ignore any responses that have mismatching request ID
|
||||
(not= (:id result) request-id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user