mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 05:22:27 +03:00
btc-wallet: fix issue with block info requests
This commit is contained in:
parent
a99d59926e
commit
2f5af8f4ca
@ -728,7 +728,7 @@
|
||||
=/ gap (sub block block.btc-state)
|
||||
=? blocks (gth gap 1)
|
||||
(gulf +(block.btc-state) (dec block))
|
||||
=? blocks ?|(?=(~ blockhash) ?=(~ blockfilter))
|
||||
=? blocks ?&((gth gap 0) ?|(?=(~ blockhash) ?=(~ blockfilter)))
|
||||
(snoc blocks block)
|
||||
=? blocks (gth gap 50) ~
|
||||
:_ %_ state
|
||||
|
Loading…
Reference in New Issue
Block a user