Skip to content

Commit a22ceff

Browse files
Update bridge.rs
1 parent e81f5f5 commit a22ceff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bridge.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
use crate::intent::TransferIntent;
22
use crate::proof::CompletionProof;
33
use crate::state_machine::{IntentState, TransitionEvent};
4+
use crate::intent::Amount;
45

56
pub fn apply_completion_proof(
67
state: IntentState,

0 commit comments

Comments
 (0)