Skip to content

Commit 618ad65

Browse files
Update bridge.rs
1 parent e76dd62 commit 618ad65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bridge.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ pub fn apply_completion_proof(
2222
#[cfg(test)]
2323
mod tests {
2424
use super::apply_completion_proof;
25-
use crate::intent::{IntentId, TransferIntent, Address};
25+
use crate::intent::{IntentId, TransferIntent, Address, Amount};
2626
use crate::proof::{CompletionProof, EvidenceRef};
2727
use crate::state_machine::IntentState;
2828

29+
2930
fn test_intent_id() -> IntentId {
3031
IntentId([1u8; 32])
3132
}

0 commit comments

Comments
 (0)