mirror of
https://github.com/urbit/shrub.git
synced 2024-12-25 04:52:06 +03:00
bitcoin-wallet: set state as default case for handle-provider-update
This commit is contained in:
parent
8726ca2ebc
commit
9972f0b4ec
@ -900,7 +900,7 @@
|
|||||||
?: =(~ prov) `state
|
?: =(~ prov) `state
|
||||||
?. =(host:(need prov) src.bowl) `state
|
?. =(host:(need prov) src.bowl) `state
|
||||||
?. ?=(%.y -.upd) `state
|
?. ?=(%.y -.upd) `state
|
||||||
?- -.p.upd
|
?+ -.p.upd `state
|
||||||
%address-info
|
%address-info
|
||||||
:: located in the helper in Scan Logic to keep all of that unified
|
:: located in the helper in Scan Logic to keep all of that unified
|
||||||
::
|
::
|
||||||
@ -935,21 +935,6 @@
|
|||||||
network.p.upd
|
network.p.upd
|
||||||
blockhash.p.upd
|
blockhash.p.upd
|
||||||
blockfilter.p.upd
|
blockfilter.p.upd
|
||||||
::
|
|
||||||
%histogram
|
|
||||||
`state
|
|
||||||
::
|
|
||||||
%block-headers
|
|
||||||
`state
|
|
||||||
::
|
|
||||||
%tx-from-pos
|
|
||||||
`state
|
|
||||||
::
|
|
||||||
%fee
|
|
||||||
`state
|
|
||||||
::
|
|
||||||
%psbt
|
|
||||||
`state
|
|
||||||
==
|
==
|
||||||
::
|
::
|
||||||
:: Scan Logic
|
:: Scan Logic
|
||||||
|
Loading…
Reference in New Issue
Block a user