From c72c187eddd0290ffef13b04f0441ba1f71191cd Mon Sep 17 00:00:00 2001 From: fang Date: Tue, 1 Feb 2022 12:02:47 +0100 Subject: [PATCH] fine: use $@(~ (cask)) consistently It's what ends up in the packet, probably better than passing units and converting them all over. --- pkg/arvo/sys/vane/ames.hoon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/arvo/sys/vane/ames.hoon b/pkg/arvo/sys/vane/ames.hoon index a5f5bc844..0c2e8440f 100644 --- a/pkg/arvo/sys/vane/ames.hoon +++ b/pkg/arvo/sys/vane/ames.hoon @@ -1171,7 +1171,7 @@ ?- res ~ ~ [~ ~] ``noun+!>((encode-response:fine:ven path ~)) - [~ ~ *] ``noun+!>((encode-response:fine:ven path `[p q.q]:u.u.res)) + [~ ~ *] ``noun+!>((encode-response:fine:ven path [p q.q]:u.u.res)) == == -- @@ -2527,7 +2527,7 @@ [(mod life.ames-state 16) (mod (lyfe:keys ship) 16) ~ syn] :: ++ encode-response ::TODO unit tests - |= [=path data=(unit (cask))] + |= [=path data=$@(~ (cask))] ^- song :: prepend request descriptions to each response packet ::