mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
fixed typo
removed extra slash
This commit is contained in:
parent
029be4f71b
commit
c17c2f1f34
@ -38,7 +38,7 @@ If that's still showing a zero too, you're probably moving through this tutorial
|
||||
|
||||
### Gain Confidence in Your Money
|
||||
|
||||
You can use `bitcoin-cli getbalance "\*" [n]` to see if a confirmed balance is 'n' blocks deep.
|
||||
You can use `bitcoin-cli getbalance "*" [n]` to see if a confirmed balance is 'n' blocks deep.
|
||||
|
||||
_What is block depth?_ After a block is built and confirmed, another block is built on top of it, and another ... Because this is a stochastic process, there's some chance for reversal when a block is still new. Thus, a block has to be buried several blocks deep in a chain before you can feel totally confident in your funds. Each of those blocks tends to be built in an average of 10 minutes ... so it usually takes about an hour for a confirmed transaction to receive full confidence.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user