Skip to content

Commit

Permalink
fix: around issue #187 for testnet (#204)
Browse files Browse the repository at this point in the history
* Update mod.rs

* workaround for #187

* publish

* build

* revert

* revert ci
  • Loading branch information
ordinariusprof committed Nov 16, 2023
1 parent 0714abf commit 0d2ff31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -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
Expand Down
Expand Up @@ -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;
Expand Down

0 comments on commit 0d2ff31

Please sign in to comment.