Skip to content

Commit

Permalink
Merge pull request #1795 from MarnixCroes/coinjoin-input
Browse files Browse the repository at this point in the history
coinjoin update input minimum check
  • Loading branch information
MarnixCroes authored Jul 23, 2024
2 parents 7d1e9ee + ce94034 commit d85c743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/using-wasabi/CoinJoin.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ The Wasabi coordinator now verifies that:

* There is still room for more inputs on this coinjoin.
* The input has not already been registered, is not banned, is unspent, and that the input proof is valid.
* The input has at least 5000 sats value.
* The input has at least the [required minimum BTC amount](/FAQ/FAQ-UseWasabi.html#what-is-the-minimum-amount-required-to-coinjoin).

Only when all these checks are passed, does the coordinator allow this input to be registered.
The coordinator creates and sends a credential back to Alice, which has the same amount as the input minus fees.
Expand Down

0 comments on commit d85c743

Please sign in to comment.