mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-21 14:14:28 +01:00
Fix settling section (#3725)
This commit is contained in:
parent
f6a2ec5896
commit
4c15eb5268
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ You can check the state of the DLC with `getdlcs`
|
|||
You can find things like the `fundingTxId`, `state`, `dlcId`, and `contractId` from this RPC call. Since we just
|
||||
broadcast the funding transaction, the state of the DLC is `Broadcast`.
|
||||
|
||||
#### Settling the DLC
|
||||
### Settling the DLC
|
||||
|
||||
Once the oracle has broadcast their attestations, a user can close out the DLC.
|
||||
In this case of this example, you can find the oracle
|
||||
|
|
Loading…
Add table
Reference in a new issue