File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -64,3 +64,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
64
64
- ` do_save_to_buffer `
65
65
- ` do_save_to_buffer_sync `
66
66
- ` fix_spent_at_height `
67
+ - ` TransactionRecord::net_spent `
Original file line number Diff line number Diff line change @@ -270,13 +270,6 @@ impl TransactionRecord {
270
270
|| !self . transparent_outputs . is_empty ( )
271
271
}
272
272
273
- /// TODO: Add Doc Comment Here!
274
- #[ deprecated( note = "unused function with misleading name" ) ]
275
- pub fn net_spent ( & self ) -> u64 {
276
- assert ! ( self . is_outgoing_transaction( ) ) ;
277
- self . total_value_spent ( ) - self . total_change_returned ( )
278
- }
279
-
280
273
/// TODO: Add Doc Comment Here!
281
274
fn pool_change_returned < D : DomainWalletExt > ( & self ) -> u64
282
275
where
You can’t perform that action at this time.
0 commit comments