mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Briefly Reapeat Warning Not To Manually Manage Priv Keys In P2SH Example
This commit is contained in:
parent
18c2c8dd9f
commit
85f27095c3
2 changed files with 5 additions and 0 deletions
|
@ -1178,6 +1178,10 @@ transaction, the same way we got private keys in the Complex Raw
|
|||
Transaction subsection. Recall that we created a 2-of-3 multisig script,
|
||||
so signatures from two private keys are needed.
|
||||
|
||||
**Reminder:** Users should never manually manage private keys on
|
||||
mainnet. See the warning in the [complex raw transaction section][devex
|
||||
complex raw transaction].
|
||||
|
||||
<div markdown="1" class="multicode">
|
||||
{% highlight bash %}
|
||||
> bitcoin-cli -regtest signrawtransaction $RAW_TX '''
|
||||
|
|
|
@ -177,6 +177,7 @@
|
|||
[core paymentrequest.proto]: https://github.com/bitcoin/bitcoin/blob/master/src/qt/paymentrequest.proto
|
||||
[core script.h]: https://github.com/bitcoin/bitcoin/blob/master/src/script.h
|
||||
[DER]: https://en.wikipedia.org/wiki/Abstract_Syntax_Notation_One
|
||||
[devex complex raw transaction]: /en/developer-examples#complex-raw-transaction
|
||||
[devex payment protocol]: /en/developer-examples#payment-protocol
|
||||
[devguide]: /en/developer-guide
|
||||
[devguide avoiding key reuse]: /en/developer-guide#avoiding-key-reuse
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue