From 0ac67544521209dd3a0bffb8d5d10d7cbfd7dfb4 Mon Sep 17 00:00:00 2001 From: katelyn martin Date: Thu, 9 May 2024 17:27:49 -0400 Subject: [PATCH] =?UTF-8?q?pcli:=20=F0=9F=90=9B=20add=20`memo=5Freturn=5Fa?= =?UTF-8?q?ddress`=20to=20ceremony?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit see: https://github.com/penumbra-zone/penumbra/pull/4319/files#diff-695c2acb198a8431f0e9212a0f605d250e7b7f562065efe479ce90d2daaf98e7R144-R147 --- crates/bin/pcli/src/command/ceremony.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/bin/pcli/src/command/ceremony.rs b/crates/bin/pcli/src/command/ceremony.rs index f47bcd45e5..f8095aed44 100644 --- a/crates/bin/pcli/src/command/ceremony.rs +++ b/crates/bin/pcli/src/command/ceremony.rs @@ -58,6 +58,7 @@ async fn handle_bid(app: &mut App, to: Address, from: AddressIndex, bid: &str) - planner.output(value, to); let plan = planner .memo("E PLURIBUS UNUM".into()) + .memo_return_address(app.config.full_viewing_key.payment_address(from).0) .plan( app.view .as_mut()