btc-wallet: compiles

This commit is contained in:
Logan Allen 2021-06-23 18:37:33 -05:00
parent 49819b8e44
commit 30e9dc40cd
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@
:: x/scanned: (list xpub) of all scanned wallets :: x/scanned: (list xpub) of all scanned wallets
:: x/balance/xpub: balance (in sats) of wallet :: x/balance/xpub: balance (in sats) of wallet
/- *btc-wallet, bp=btc-provider, file-server, launch-store /- *btc-wallet, bp=btc-provider, file-server, launch-store
/+ dbug, default-agent, bl=btc, bc=bitcoin, bip32 /+ dbug, default-agent, bl=btc, bc=bitcoin, bcu=bitcoin-utils, bip32
|% |%
++ defaults ++ defaults
|% |%
@ -345,7 +345,7 @@
:: ::
%broadcast-tx %broadcast-tx
?~ prov ~|("Provider not connected" !!) ?~ prov ~|("Provider not connected" !!)
=+ signed=(from-cord:hxb:bc txhex.comm) =+ signed=(from-cord:hxb:bcu txhex.comm)
=/ tx-match=? =/ tx-match=?
?~ txbu.poym %.n ?~ txbu.poym %.n
=((get-id:txu:bc (decode:txu:bc signed)) ~(get-txid txb:bl u.txbu.poym)) =((get-id:txu:bc (decode:txu:bc signed)) ~(get-txid txb:bl u.txbu.poym))

View File

@ -424,6 +424,7 @@
%get-block-info %get-block-info
[id.res (block-info res.res)] [id.res (block-info res.res)]
== ==
::
++ address-info ++ address-info
%- ot %- ot
:~ [%address (cu from-cord:adr:bc so)] :~ [%address (cu from-cord:adr:bc so)]