Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Aug 18, 2024
1 parent 952ccf6 commit cc2aea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/src/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ impl Select for Manifest {
valid
};
valid = if let Some(scaled) = selection.scaled() {
eprintln!("foo: {0}, {scaled}", row.scaled);
eprintln!("foo: {0}, {scaled}", row.scaled); // @CTB
// num sigs have row.scaled = 0, don't include them
valid && row.scaled != 0 && row.scaled <= scaled as u64
} else {
Expand Down

0 comments on commit cc2aea4

Please sign in to comment.