diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-02-24 12:22:42 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-02-24 12:28:35 +0200 |
commit | 8b08d0f2a5161296d809a154ccde403a33a0f3ea (patch) | |
tree | c077ab0fa767ffe0af7880b0eed97918be637f46 /doc/external-signer.md | |
parent | b59f2787e53318caad6d3292de2cc6e17995d277 (diff) |
build, doc: Fix configure script output indentation and typos
Diffstat (limited to 'doc/external-signer.md')
-rw-r--r-- | doc/external-signer.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/external-signer.md b/doc/external-signer.md index 053752ee2f..c91ea9bab7 100644 --- a/doc/external-signer.md +++ b/doc/external-signer.md @@ -168,4 +168,4 @@ It then imports descriptors for all support address types, in a BIP44/49/84 comp The `displayaddress` RPC reuses some code from `getaddressinfo` on the provided address and obtains the inferred descriptor. It then calls `<cmd> --fingerprint=00000000 displayaddress --desc=<descriptor>`. -`sendtoaddress` and `sendmany` check `inputs->bip32_derivs` to see if any inputs have the same `master_fingerprint` as the signer. If so, it calls `<cmd> --fingerprint=00000000 signtransaction <psbt>`. It waits for the device to return a (partially) signed psbt, tries to finalize it and broadcasts the transation. +`sendtoaddress` and `sendmany` check `inputs->bip32_derivs` to see if any inputs have the same `master_fingerprint` as the signer. If so, it calls `<cmd> --fingerprint=00000000 signtransaction <psbt>`. It waits for the device to return a (partially) signed psbt, tries to finalize it and broadcasts the transaction. |