Skip to content

Commit

Permalink
fix hex encoding of integers in ws subscribtions
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicletz committed Mar 14, 2024
1 parent b5a694f commit e9101ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/network/rpc_ws.ex
Expand Up @@ -99,7 +99,7 @@ defmodule Network.RpcWs do
"method" => "eth_subscription",
"params" => %{
"subscription" => id,
"result" => Json.prepare!(block)
"result" => Json.prepare!(block, big_x: false)
}
})}
end)
Expand Down

0 comments on commit e9101ee

Please sign in to comment.