mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 08:34:25 +03:00
hacky version to have generator work
This commit is contained in:
parent
449b760e4f
commit
c4acde4431
@ -11,9 +11,9 @@
|
||||
[[comm=command ~] ~]
|
||||
==
|
||||
:- %btc-bridge-command
|
||||
?+ -.comm ~| [%unsupported-command -.comm] !!
|
||||
%connect-as-host comm
|
||||
%connect-as-client comm
|
||||
%add-clients comm
|
||||
%broadcast-tx comm
|
||||
==
|
||||
comm
|
||||
::?+ -.comm ~|([%unsupported-command -.comm] !!)
|
||||
:: %connect-as-host comm
|
||||
:: %connect-as-client comm
|
||||
:: %allow-clients comm
|
||||
::==
|
||||
|
@ -1,6 +1,5 @@
|
||||
/- *btc
|
||||
|%
|
||||
+$ tx @
|
||||
+$ credentials [rpc-url=@t rpc-user=@t rpc-password=@t]
|
||||
+$ status
|
||||
$: [%host connected=? clients=(set ship)]
|
||||
@ -15,7 +14,6 @@
|
||||
+$ command
|
||||
$% [%connect-as-host =credentials]
|
||||
[%connect-as-client host=ship]
|
||||
[%add-clients clients=(set ship)]
|
||||
[%broadcast-tx =tx]
|
||||
[%allow-clients clients=(set ship)]
|
||||
==
|
||||
--
|
||||
|
Loading…
Reference in New Issue
Block a user