1 2 3 4 5 6 7 8 9
use bdk_core::TxUpdate; #[test] fn test_empty() { assert!( TxUpdate::<()>::default().is_empty(), "Default `TxUpdate` must be empty" ); }