Fix cmds requesting too quickly in a loop uids from pubkey with BMA (#438)
Specially happening in local condition, where there is no network latency
-
blocks
,history -u
, andtransfer
commands - Define
BMA_SLEEP constant
to0.1
second - Set
time.sleep(BMA_SLEEP)
between the requests
Close #438 (closed), #3 (closed).