diff --git a/README.md b/README.md index 9f79cc2..1556d0d 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ consolidation=1 * To get a list of all zaddrs in a wallet use the [z_listaddresses](https://faq.hush.is/rpc/z_listaddresses.html) RPC * 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 be queued at once. + * 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 * 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