From e6117f7fe1ccd970875135aa633c7ef5c6c1e676 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Thu, 2 Mar 2017 12:20:58 -0800 Subject: [PATCH] Update 3_Playing_with_Bitcoin.md --- 3_Playing_with_Bitcoin.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/3_Playing_with_Bitcoin.md b/3_Playing_with_Bitcoin.md index 8a9f867..20ed304 100644 --- a/3_Playing_with_Bitcoin.md +++ b/3_Playing_with_Bitcoin.md @@ -1092,6 +1092,11 @@ $ signedtx3="0100000001aec98249082a086dd7ef614f04b8621f9bba4566b8921cbe5d73f7e39 $ bitcoin-cli sendrawtransaction $signedtx3 ecfc625fff594683e90d21618b64f44f7046c55bcda6468c1c37c1abe8b83913 ``` +And voila! +``` +$ bitcoin-cli getbalance +0.01545480 +``` We will _not_ be using this technique in the rest of the tutorial. ### Write a Raw Transaction with an OP_RETURN