From e6bc865425666591660a70f4fbe73b67a0e91d5b Mon Sep 17 00:00:00 2001 From: yosoyubik Date: Fri, 18 Aug 2023 16:52:54 +0200 Subject: [PATCH] gall: fix error --- pkg/arvo/sys/vane/gall.hoon | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkg/arvo/sys/vane/gall.hoon b/pkg/arvo/sys/vane/gall.hoon index e6f8d01448..301b1d789b 100644 --- a/pkg/arvo/sys/vane/gall.hoon +++ b/pkg/arvo/sys/vane/gall.hoon @@ -2380,14 +2380,14 @@ [[duct %give gift]~ gall-payload] :: ?: ?=([%nacked-leaves ~] wire) - :: next time a %leave gets nacked, the state and timer will be reset again. - :: - =. leaves.state ~ - =< mo-abet + =; core=_mo-core:mo + :: next time a %leave gets nacked, the state and timer will be set again. + :: + mo-abet:core(leaves.state ~) %- ~(rep by outstanding.state) - |= [[[=^wire =^duct] stand=(qeu remote-request)] core=_(mo-abed:mo ~)] + |= [[[=^wire =^duct] stand=(qeu remote-request)] core=_mo-core:mo] ?: =(~ stand) core - =^ rr stand ~(get to stand) + =^ rr stand ~(get to stand) :: sanity check in the outstanding queue: :: if there's a %leave, that should be the only request ::