We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19f2786 + f1e1428 commit a041ae1Copy full SHA for a041ae1
zingolib/src/wallet/traits.rs
@@ -1283,9 +1283,10 @@ impl ReadableWriteable for ConfirmationStatus {
1283
mod test {
1284
use crate::wallet::notes::orchard::mocks::OrchardNoteBuilder;
1285
1286
+ #[ignore = "not yet complete"]
1287
#[test]
1288
fn check_v5_pending_note_read_write() {
1289
let orchard_note = OrchardNoteBuilder::new();
- assert_eq!(1, 1);
1290
+ dbg!(orchard_note.build());
1291
}
1292
0 commit comments