mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 05:22:27 +03:00
naive: fix nonce set
This commit is contained in:
parent
71c6b45bc4
commit
3bba3e5ac0
@ -634,7 +634,7 @@
|
|||||||
|- ^- tang
|
|- ^- tang
|
||||||
?~ current-events ~
|
?~ current-events ~
|
||||||
%+ weld $(current-events t.current-events)
|
%+ weld $(current-events t.current-events)
|
||||||
=/ cur-event i.-.current-events
|
=/ cur-event i.current-events
|
||||||
%+ category (weld "dominion " (scow %tas dominion.cur-event))
|
%+ category (weld "dominion " (scow %tas dominion.cur-event))
|
||||||
%+ category (weld "proxy " (scow %tas proxy.cur-event))
|
%+ category (weld "proxy " (scow %tas proxy.cur-event))
|
||||||
%+ category (weld "tx-type " (scow %tas tx-type.cur-event))
|
%+ category (weld "tx-type " (scow %tas tx-type.cur-event))
|
||||||
@ -652,7 +652,7 @@
|
|||||||
%bat
|
%bat
|
||||||
=< q
|
=< q
|
||||||
%- gen-tx
|
%- gen-tx
|
||||||
:+ +(nonce.owner.own:(~(got by points.state) cur-ship))
|
:+ nonce.owner.own:(~(got by points.state) cur-ship)
|
||||||
:+ [cur-ship proxy.cur-event]
|
:+ [cur-ship proxy.cur-event]
|
||||||
%set-management-proxy ::tx-type.cur-event why does the tx-type not work?
|
%set-management-proxy ::tx-type.cur-event why does the tx-type not work?
|
||||||
(addr common-mgmt)
|
(addr common-mgmt)
|
||||||
|
Loading…
Reference in New Issue
Block a user