%bitcoin: add regtest type to network

Updating bitcoin provider agent to enable connection to a bitcoin provider node in regtest mode
This commit is contained in:
Nick 2022-05-10 10:46:01 -04:00
parent c8a5824576
commit 56f01a52ed
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
:: chyg: whether account is (non-)change. 0 or 1
:: bytc: "btc-byts" with dat cast to @ux
|%
+$ network ?(%main %testnet)
+$ network ?(%main %testnet %regtest)
+$ hexb [wid=@ dat=@ux] :: hex byts
+$ bits [wid=@ dat=@ub]
+$ xpub @ta

View File

@ -120,6 +120,7 @@
^- ?
?| =("bc1" (scag 3 at))
=("tb1" (scag 3 at))
=("bcrt1" (scag 5 at))
==
--
::