mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Update procesor/correct prior commit
This commit is contained in:
@@ -377,7 +377,7 @@ impl<C: Coin, D: Db> Scanner<C, D> {
|
||||
"block {} had output {} worth {}",
|
||||
hex::encode(&block_id),
|
||||
hex::encode(&id),
|
||||
output.amount()
|
||||
output.amount(),
|
||||
);
|
||||
|
||||
// On Bitcoin, the output ID should be unique for a given chain
|
||||
|
||||
Reference in New Issue
Block a user