From 047bbbe106d485da4d7d9e6fa7e06220b3876b93 Mon Sep 17 00:00:00 2001 From: Vihiga Tyonum Date: Sat, 11 Jul 2026 04:30:11 +0100 Subject: [PATCH] docs: update sp code key params in docs example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d15de9..330a73b 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ cargo run --features rpc -- wallet --wallet payjoin_wallet2 send_payjoin --ohttp To experiment with silent payments, you can get two public keys in compressed or uncompressed format, `A1` and `A2`, and produce a silent payment code by calling: ```shell -cargo run --features silent-payments -- --network signet silent_payment_code --scan_public_key '' --spend_public_key '' +cargo run --features silent-payments -- --network signet silent_payment_code --scan_key '' --spend_key '' ``` Once you have a silent payment code, `SP_CODE_1` and an amount `AMOUNT_1` to send, you can create a valid transaction locking funds to a silent payment code derived address with the following command: -- 2.49.0