Browse Source

Correction to docs: no coinjoin spends of FBs

Fixes #1369.
Prior to this commit, the docs on fidelity bonds stated that expired
fidelity bond utxos (which are spendable), can be spent in coinjoins as
a Taker, but that is not correct - they can only be spent in a
non-coinjoin transaction (direct send).
master
Adam Gibson 3 years ago
parent
commit
b34b932679
No known key found for this signature in database
GPG Key ID: 141001A1AF77F20B
  1. 4
      docs/fidelity-bonds.md

4
docs/fidelity-bonds.md

@ -159,14 +159,14 @@ Coins living on time-locked addresses are automatically frozen with
JoinMarket's coin control feature, so before spending you need to unfreeze the JoinMarket's coin control feature, so before spending you need to unfreeze the
coins using `python3 wallet-tool.py <walletname> -m 0 freeze`. coins using `python3 wallet-tool.py <walletname> -m 0 freeze`.
Once unfrozen and untimelocked the coins can be spent with a non-coinjoin transaction with Once unfrozen and untimelocked the coins can be spent with a **non-coinjoin** transaction with
`sendpayment.py -N 0`. `sendpayment.py -N 0`.
It is **not** possible to passively spend these untimelocked coins in your yield generator; It is **not** possible to passively spend these untimelocked coins in your yield generator;
they are auto frozen while the yield generator runs, because their signing scripts are not they are auto frozen while the yield generator runs, because their signing scripts are not
compatible with the current Joinmarket protocol. compatible with the current Joinmarket protocol.
It **is** possible to spend these untimelocked coins in a coinjoin as a taker. It is also **not** possible to spend these untimelocked coins in a coinjoin as a taker.
It is not *currently* possible to spend these untimelocked coins in a PSBT, until our PSBT code is updated to support these custom scripts. It is not *currently* possible to spend these untimelocked coins in a PSBT, until our PSBT code is updated to support these custom scripts.

Loading…
Cancel
Save