Skip to content

Commit

Permalink
bridge-proxy: audit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CostinCarabas committed Nov 19, 2024
1 parent f25b8ef commit fe6ea58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bridge-proxy/src/bridge-proxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ pub trait BridgeProxyContract:
self.tx().to(tx.to).payment(payment).transfer();
self.cleanup_transaction(tx_id);
}

#[promises_callback]
fn execution_callback(&self, #[call_result] result: ManagedAsyncCallResult<()>, tx_id: usize) {
if result.is_err() {
Expand Down

0 comments on commit fe6ea58

Please sign in to comment.