Skip to content

Commit

Permalink
fix proofchain return
Browse files Browse the repository at this point in the history
  • Loading branch information
kitti-katy committed May 31, 2023
1 parent 38e2441 commit facb7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rudder/proof_chain/proof_chain_interactor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ defmodule Rudder.ProofChain.Interactor do
])

sender = get_operator_wallet()
{:ok, to} = get_brp_proofchain()
to = get_brp_proofchain()

{:ok, recent_gas_limit} = Rudder.Network.EthereumMainnet.gas_limit(:latest)

Expand Down

0 comments on commit facb7b3

Please sign in to comment.