Update 3_Playing_with_Bitcoin.md

This commit is contained in:
Shannon Appelcline 2017-03-01 15:33:16 -08:00 committed by GitHub
parent f8e1739221
commit 9ceb779724

View File

@ -818,7 +818,7 @@ Finally, `listtransactions` should soon show a confirmed transaction of category
"abandoned": false "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! Congratulations! You're now a few satoshis poorer!