From 78ac13cdb56426f38523d0b0b9fbd241dd655673 Mon Sep 17 00:00:00 2001 From: pythcoiner Date: Sun, 17 Sep 2023 06:25:15 +0200 Subject: [PATCH] fee_rate --- doc/RECOVER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/RECOVER.md b/doc/RECOVER.md index 713a2e8b..582ab42d 100644 --- a/doc/RECOVER.md +++ b/doc/RECOVER.md @@ -144,7 +144,7 @@ the simplest way of recovering from disaster. We'll use the `sendall` command to sweep all the funds of the wallet to the pre-defined address using a specific feerate. We'll use `20` sats/vbyte but use anything that fits. ```shell -bitcoin-cli -signet -rpcwallet=liana_recovery -named sendall recipients='["tb1qed7lyessqcecav5uxultf6zc8nefd9kalgaa7dwrglcc6ld5vd3qe20spe"]' 20 +bitcoin-cli -signet -rpcwallet=liana_recovery -named sendall recipients='["tb1qed7lyessqcecav5uxultf6zc8nefd9kalgaa7dwrglcc6ld5vd3qe20spe"]' fee_rate=20 ``` Output: ```