Skip to content

Commit

Permalink
evil: #1795
Browse files Browse the repository at this point in the history
  • Loading branch information
sug0 committed Aug 30, 2023
1 parent 37e4923 commit cc0433f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/src/ledger/eth_bridge/bridge_pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pub async fn build_bridge_pool_tx<
code_path,
}: args::EthereumBridgePool,
wrapper_fee_payer: common::PublicKey,
) -> Result<Tx, Error> {
) -> Result<(Tx, Option<Epoch>), Error> {
let fee_payer = fee_payer.unwrap_or_else(|| sender.clone());
let DenominatedAmount { amount, .. } = validate_amount(
client,
Expand Down

0 comments on commit cc0433f

Please sign in to comment.