From abf8ac25d61b6e2570e4a871f05bf7559936ce9c Mon Sep 17 00:00:00 2001 From: "David A. Harding" Date: Sun, 8 Jun 2014 19:16:09 -0400 Subject: [PATCH] Add Note About Tx Fees To All Createrawtransaction Example Calls Based on feedback from @saivann, this may help remind users that poor use of createrawtransactions can cost them satoshis. --- _includes/example_transactions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_includes/example_transactions.md b/_includes/example_transactions.md index 1cbb1ce4..5b340063 100644 --- a/_includes/example_transactions.md +++ b/_includes/example_transactions.md @@ -252,6 +252,7 @@ mz6KvC4aoUeo6wSxtiVQTo7FDwPnkp6URG Get a new address to use in the raw transaction. {% highlight bash %} +## Outputs - inputs = transaction fee, so always double-check your math! > bitcoin-cli -regtest createrawtransaction ''' [ { @@ -498,6 +499,7 @@ n4LWXU59yM5MzQev7Jx7VNeq1BqZ85ZbLj For our two outputs, get two new addresses. {% highlight bash %} +## Outputs - inputs = transaction fee, so always double-check your math! > bitcoin-cli -regtest createrawtransaction ''' [ { @@ -761,6 +763,7 @@ mfdCHEFL2tW9eEUpizk7XLZJcnFM4hrp78 Get a new address to spend the satoshis to. {% highlight bash %} +## Outputs - inputs = transaction fee, so always double-check your math! > bitcoin-cli -regtest createrawtransaction ''' [ { @@ -1130,6 +1133,7 @@ We generate a new P2PKH address to use in the output we're about to create. {% highlight bash %} +## Outputs - inputs = transaction fee, so always double-check your math! > bitcoin-cli -regtest createrawtransaction ''' [ {