mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
added funding transaction defn
This commit is contained in:
parent
8e912d6bbe
commit
dc8745087f
@ -37,6 +37,8 @@ You can then send funds to this address using `bitcoin-cli sendtoaddress` (or an
|
||||
|
||||
This transaction is called the [funding transaction](https://github.com/lightningnetwork/lightning-rfc/blob/master/03-transactions.md#funding-transaction-output), and it needs to be confirmed before funds can be used.
|
||||
|
||||
> :book: ***What is a Funding Transaction?*** A funding transaction is a Bitcoin transaction that places money into a Lightning channel. It may be single-funded (by one participant) or dual-funded (by both). From there on, Lightning transactions are all about reallocating the ownership of the funding transaction.
|
||||
|
||||
To check you local balance you should use `lightning-cli listfunds` command:
|
||||
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user