From 3bba3e5ac027ea895cb4cea9df3e36c14aef4e14 Mon Sep 17 00:00:00 2001 From: drbeefsupreme Date: Thu, 10 Jun 2021 13:23:10 -0400 Subject: [PATCH] naive: fix nonce set --- pkg/arvo/tests/lib/naive.hoon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/arvo/tests/lib/naive.hoon b/pkg/arvo/tests/lib/naive.hoon index af00f17b3a..ff48116513 100644 --- a/pkg/arvo/tests/lib/naive.hoon +++ b/pkg/arvo/tests/lib/naive.hoon @@ -634,7 +634,7 @@ |- ^- tang ?~ 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 "proxy " (scow %tas proxy.cur-event)) %+ category (weld "tx-type " (scow %tas tx-type.cur-event)) @@ -652,7 +652,7 @@ %bat =< q %- 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] %set-management-proxy ::tx-type.cur-event why does the tx-type not work? (addr common-mgmt)