mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 08:32:39 +03:00
naive: fix aggregator pokes from rpc-api
This commit is contained in:
parent
5b0e785cf7
commit
fbd96f69ee
@ -360,7 +360,8 @@
|
||||
[~ ~(parse error:json-rpc id)]
|
||||
:_ [%result id s+'ok']
|
||||
%- some
|
||||
noun+!>([u.sig u.from u.data])
|
||||
:- %aggregator-action
|
||||
!>([%submit | u.sig %ful u.raw u.from %transfer-point u.data])
|
||||
::
|
||||
++ configure-keys
|
||||
|= [id=@t params=(map @t json)]
|
||||
@ -376,7 +377,8 @@
|
||||
[~ ~(parse error:json-rpc id)]
|
||||
:_ [%result id s+'ok']
|
||||
%- some
|
||||
noun+!>([u.sig u.from u.data])
|
||||
:- %aggregator-action
|
||||
!>([%submit | u.sig %ful u.raw u.from %configure-keys u.data])
|
||||
::
|
||||
++ spawn
|
||||
|= [id=@t params=(map @t json)]
|
||||
@ -391,7 +393,8 @@
|
||||
[~ ~(parse error:json-rpc id)]
|
||||
:_ [%result id s+'ok']
|
||||
%- some
|
||||
aggregator-action+!>([%submit | u.sig %ful u.raw u.from %spawn u.data])
|
||||
:- %aggregator-action
|
||||
!>([%submit | u.sig %ful u.raw u.from %spawn u.data])
|
||||
::
|
||||
++ escape sponsor:rpc-res
|
||||
++ cancel-escape sponsor:rpc-res
|
||||
|
Loading…
Reference in New Issue
Block a user