Skip to content

Commit

Permalink
Merge pull request #573 from anoma/bat/ethbridge/bridge-pool-merkle-tree
Browse files Browse the repository at this point in the history
Bridge pool merkle tree
  • Loading branch information
batconjurer authored Oct 25, 2022
2 parents b3c470c + c6452ba commit 329c87b
Show file tree
Hide file tree
Showing 10 changed files with 1,048 additions and 49 deletions.
4 changes: 4 additions & 0 deletions shared/src/ledger/eth_bridge/bridge_pool_vp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,10 @@ where
tracing::debug!("The bridge pools escrow was not credited.");
return Ok(false);
}
tracing::info!(
"The Ethereum bridge pool VP accepted the transfer {:?}.",
transfer
);

Ok(true)
}
Expand Down
Loading

0 comments on commit 329c87b

Please sign in to comment.