We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76dd62 commit 618ad65Copy full SHA for 618ad65
src/bridge.rs
@@ -22,10 +22,11 @@ pub fn apply_completion_proof(
22
#[cfg(test)]
23
mod tests {
24
use super::apply_completion_proof;
25
- use crate::intent::{IntentId, TransferIntent, Address};
+ use crate::intent::{IntentId, TransferIntent, Address, Amount};
26
use crate::proof::{CompletionProof, EvidenceRef};
27
use crate::state_machine::IntentState;
28
29
+
30
fn test_intent_id() -> IntentId {
31
IntentId([1u8; 32])
32
}
0 commit comments