mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-22 22:31:30 +03:00
btc-wallet: compiles
This commit is contained in:
parent
49819b8e44
commit
30e9dc40cd
@ -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))
|
||||||
|
@ -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)]
|
||||||
|
Loading…
Reference in New Issue
Block a user