TypeError: 'bool' object is not subscriptable
when calling name commands if too many payment requests are active
#367
Labels
Steps to reproduce
name_autoregister
in a loop for circa 20-30 names, before any of the registration transactions are broadcasted.Expected result
No errors.
Observed result
The command will raise
TypeError: 'bool' object is not subscriptable
once there are too many payment requests to create a new request.Analysis
force
parameter for all commands that can (transitively) call theadd_request
command, this parameter would get passed through toadd_request
.create_bitcoin_request
inmain_window.py
does.master
yet (perhaps the auction commands?) may also be affected; we should audit for that before closing this issue.The text was updated successfully, but these errors were encountered: