Skip to content

Commit

Permalink
update what happens when offline table
Browse files Browse the repository at this point in the history
remove zkSNACKs stuff
  • Loading branch information
MarnixCroes committed Jul 9, 2024
1 parent 87d8d67 commit a31c668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/FAQ/FAQ-UseWasabi.md
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ Here is how Wasabi handles different scenarios:
| | During [input registration phase](/FAQ/FAQ-UseWasabi.md#what-is-happening-in-the-input-registration-phase) | After input registration phase |
|:---:|:---:|:---:|
| You close Wasabi | Your registered coins are automatically dequeued | Wasabi will make you wait until the round finishes |
| Wasabi goes offline | Your registered coins are automatically timed out by the coordinator after 1 minute | The coin(s) that disrupted the round will be banned for 6h from participating in another coinjoin. (This is to prevent [DoS attacks](https://github.com/nopara73/ZeroLink/#d-dos-attack)) |
| Wasabi goes offline | Your registered coins are automatically timed out by the coordinator after some time | The coin(s) that disrupted the round will likely be banned by the coordinator from participating in another coinjoin for a period of time. (This is to prevent [DoS attacks](https://github.com/nopara73/ZeroLink/#d-dos-attack)) |

### What if there's a power outage during CoinJoin? Do I lose my coins?

Expand Down

0 comments on commit a31c668

Please sign in to comment.