mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-01-12 08:34:17 +08:00
* Update mod.rs * workaround for #187 * publish * build * revert * revert ci
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -22,6 +22,7 @@ components/chainhook-types-js/dist
|
||||
cache/
|
||||
./tests
|
||||
tmp/
|
||||
data
|
||||
|
||||
# Created by https://www.toptal.com/developers/gitignore/api/node
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=node
|
||||
|
||||
@@ -234,7 +234,7 @@ pub fn compute_satoshi_number(
|
||||
// isolate the target transaction
|
||||
let lazy_tx = match lazy_block.find_and_serialize_transaction_with_txid(&txid) {
|
||||
Some(entry) => entry,
|
||||
None => unreachable!(),
|
||||
None => break,
|
||||
};
|
||||
|
||||
let mut sats_out = 0;
|
||||
|
||||
Reference in New Issue
Block a user