improve the definition of sweep

This commit is contained in:
openoms
2022-03-09 19:20:06 +00:00
parent 899371a10d
commit 59c384d4ca

View File

@@ -9,9 +9,9 @@ Guidance to get started with sending bitcoin through the JoinMarket wallet follo
* all are derived from the same BIP32 compatible HD seed * all are derived from the same BIP32 compatible HD seed
### Sweep ### Sweep
* sending one or multiple utxos without creating change. * it means sending one or multiple utxos without creating change
* can be achieved by sending all utxos from a mixdepth or freezing any which should be sent. * it is achieved by sending all utxos (except the ones frozen) from an account
* the amount is not fixed and fees come of the sum of the inputs. * the amount is not fixed and fees come off the sum of the inputs
### Status labels ### Status labels
* applied automatically by JoinMarket via a simple transaction analyses * applied automatically by JoinMarket via a simple transaction analyses