Skip to content

Commit

Permalink
claim_utxo: add Raw option to sender documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sword-Smith committed Nov 20, 2024
1 parent bc15bb2 commit 808876e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/bin/neptune-cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,9 @@ fn process_utxo_notifications(
You must transfer each file to the corresponding recipient for claiming or they will never be able to claim the funds.
You should also provide them the following recipient instructions.
-- Recipient Instructions --
run `neptune-cli claim-utxo file <file>` or use equivalent claim functionality of your chosen wallet software.
run `neptune-cli claim-utxo file <file>`, or
run `neptune-cli claim-utxo raw <ciphertext>`,
or use equivalent claim functionality of your chosen wallet software.
"
);
}
Expand Down

0 comments on commit 808876e

Please sign in to comment.