[FIX #7344] Update args of eth_getLogs

Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
This commit is contained in:
Speedy Fixer 2019-01-27 17:32:24 -05:00 committed by Igor Mandrigin
parent e07433fdff
commit c3ee8ff759
No known key found for this signature in database
GPG Key ID: 4A0EDDE26E66BC8B
1 changed files with 2 additions and 2 deletions

View File

@ -312,8 +312,8 @@
:else block))
(defn- execute-get-logs [_ {:keys [from to address topics block-hash] :as m}]
(let [params [{:from (ensure-hex-bn from)
:to (ensure-hex-bn to)
(let [params [{:fromBlock (ensure-hex-bn from)
:toBlock (ensure-hex-bn to)
:address address
:topics (generate-topic topics)
:blockhash block-hash}]]