From: Vihiga Tyonum Date: Sat, 11 Jul 2026 03:30:11 +0000 (+0100) Subject: docs: update sp code key params in docs example X-Git-Url: http://internal-gitweb-vhost/blockdata/script/encode/-script/display/FromScriptException.WitnessProgram.html?a=commitdiff_plain;h=047bbbe106d485da4d7d9e6fa7e06220b3876b93;p=bdk-cli docs: update sp code key params in docs example --- 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: