Skip to content

Commit

Permalink
pcli: 🐛 add memo_return_address to ceremony
Browse files Browse the repository at this point in the history
  • Loading branch information
cratelyn committed May 10, 2024
1 parent e3493cc commit 0ac6754
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bin/pcli/src/command/ceremony.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 0ac6754

Please sign in to comment.