BP-WG / bp-wallet

Modern, lightweight & standard-compliant bitcoin wallet runtime & cli without rust-bitcoin dependencies
Apache License 2.0
17 stars 12 forks source link

wallet update cache will missing transactions when more than 25 count for one derive address #37

Closed ghost closed 5 months ago

ghost commented 5 months ago

the esplora's api scripthash_txs return latest txs for 25 count perpage, so we should fetch until return less then 25

ghost commented 5 months ago

ok, the master is fixed