diff --git a/desk/mar/reel/confirmation.hoon b/desk/mar/reel/confirmation.hoon new file mode 100644 index 00000000..891aac88 --- /dev/null +++ b/desk/mar/reel/confirmation.hoon @@ -0,0 +1,12 @@ +/- reel +|_ =confirmation:reel +++ grad %noun +++ grab + |% + ++ noun confirmation:reel + -- +++ grow + |% + ++ noun confirmation + -- +-- diff --git a/desk/ted/reel/set-ship.hoon b/desk/ted/reel/set-ship.hoon index 0de8478b..9e711501 100644 --- a/desk/ted/reel/set-ship.hoon +++ b/desk/ted/reel/set-ship.hoon @@ -11,7 +11,7 @@ =/ url ?: =(vic 'https://tlon.network/lure/') "https://tlon.network/v1/lure/bait/who" - "{(trip vic)}bait/who" + "{(trip vic)}lure/bait/who" ;< =json bind:m (fetch-json url) =/ =ship (slav %p (so:dejs:format json)) ;< ~ bind:m (poke [our %reel] reel-command+!>([%set-ship ship]))