Browse Source

Update 'README.md'

main
Duke Leto 2 years ago
parent
commit
98b316771a
  1. 2
      README.md

2
README.md

@ -64,7 +64,7 @@ consolidation=1
* It's possible that many users request a withdraw within a few seconds of each other which will spike CPU usage and potentially trigger bugs
* Hush 3.9.1 should be less likely to have these bugs
* It's a good idea to not let too many ztx's that spend funds from the same zaddr be queued at once.
* So it's good to check the output of z_getoperationstatus before queuing a new ztx
* So it's good to check the output of [z_getoperationstatus](https://faq.hush.is/rpc/z_getoperationstatus.html) before queuing a new ztx
* If there are 3 or more existing ztx's in the state of "executing", do not add more
* Wait until there are 2 or less ztx's in the "executing" state to add more to the queue
* To detect users that are mining to your exchange:

Loading…
Cancel
Save