We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c384ad5 commit 94c18f0Copy full SHA for 94c18f0
payjoin/src/send/v2/session.rs
@@ -93,9 +93,10 @@ mod tests {
93
use payjoin_test_utils::PARSED_ORIGINAL_PSBT;
94
95
use super::*;
96
+ use crate::output_substitution::OutputSubstitution;
97
use crate::send::v2::HpkeContext;
98
use crate::send::{v1, PsbtContext};
- use crate::{HpkeKeyPair, OutputSubstitution};
99
+ use crate::HpkeKeyPair;
100
101
#[test]
102
fn test_sender_session_event_serialization_roundtrip() {
0 commit comments