Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove doc saying timelock utxo can be spent in cj #964

Merged
merged 1 commit into from
Aug 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/fidelity-bonds.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@ Coins living on time-locked addresses are automatically frozen with
JoinMarket's coin control feature, so before spending you need to unfreeze the
coins using `python3 wallet-tool.py <walletname> -m 0 freeze`.

Once unfrozen and untimelocked the coins can be spent normally with the scripts
`sendpayment.py`, `tumber.py`, or yield generator. NB You cannot export the private keys (which is
always disadvised, anyway) of timelocked addresses to any other wallets, as they use custom scripts.
You must spend them from JoinMarket itself.
Once unfrozen and untimelocked the coins can be spent with a non-coinjoin transaction with
`sendpayment.py -N 0`. NB You cannot export the private keys (which is always disadvised, anyway)
of timelocked addresses to any other wallets, as they use custom scripts. You must spend them from
JoinMarket itself.

### How many coins to lock up and for how long?

Expand Down