From 9ceb779724fdaa79c1858cabdabe479d5e4de7a4 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Wed, 1 Mar 2017 15:33:16 -0800 Subject: [PATCH] Update 3_Playing_with_Bitcoin.md --- 3_Playing_with_Bitcoin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3_Playing_with_Bitcoin.md b/3_Playing_with_Bitcoin.md index c8eab1c..a7100b9 100644 --- a/3_Playing_with_Bitcoin.md +++ b/3_Playing_with_Bitcoin.md @@ -818,7 +818,7 @@ Finally, `listtransactions` should soon show a confirmed transaction of category "abandoned": false } ``` -You can see that it matches our txid and our address. Not only does it show the amount sent, but it also matches the fee we calculated. +You can see that it matches our txid and our address. Not only does it show the amount sent, but it also matches the fee we calculated. And, it's already received a confirmation, because we offered a fee that would get us swept up into a block quickly. Congratulations! You're now a few satoshis poorer!