We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c042a0 commit a6913a2Copy full SHA for a6913a2
zebra-consensus/src/orchard_zsa/tests.rs
@@ -73,7 +73,7 @@ fn process_issue_actions<'a, I: Iterator<Item = &'a IssueAction>>(
73
let is_finalized = action.is_finalized();
74
75
for note in action.notes() {
76
- let amount = note.value().into();
+ let amount = note.value();
77
78
// FIXME: check for issuance specific errors?
79
match asset_records.entry(note.asset()) {
0 commit comments