Skip to content

Commit 0801329

Browse files
committed
Add test with signatures from trezor
1 parent 219b0ac commit 0801329

File tree

3 files changed

+509
-29
lines changed

3 files changed

+509
-29
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api-server/scanner-lib/src/blockchain_state/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,7 @@ async fn calculate_tx_fee_and_collect_token_info<T: ApiServerStorageWrite>(
617617
AccountCommand::ConcludeOrder(_) | AccountCommand::FillOrder(_, _, _) => None,
618618
},
619619
})
620+
.chain(tx.outputs().iter().map(get_referenced_token_ids))
620621
.fold(BTreeSet::new(), |mut x, mut y| {
621622
x.append(&mut y);
622623
x

0 commit comments

Comments
 (0)