Skip to content

Commit

Permalink
rebase and update lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankurte committed Jul 14, 2023
1 parent a83ead2 commit c66eea3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 81 deletions.
87 changes: 7 additions & 80 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion transaction/summary/src/report.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pub trait TransactionReport {
fn change_sub(&mut self, amount: Amount) -> Result<(), Error>;

/// Add SCI input not owned by our account
fn sci_add(&mut self, _amount: Amount) -> Result<(), Error>;
fn sci_add(&mut self, amount: Amount) -> Result<(), Error>;

/// Add output value for a particular entity / address to the report
fn output_add(&mut self, entity: TransactionEntity, amount: Amount) -> Result<(), Error>;
Expand Down

0 comments on commit c66eea3

Please sign in to comment.