|
October 22, 2015, 12:47:33 PM |
|
Hi all
When I use this: TheBDM.Reset(wait=True) TheBDM.setBlocking(True) TheBDM.setOnlineMode(True) on my script it returns an error:
ERROR) Traceback (most recent call last): File "createTxFromAddrList2.py", line 163, in <module> txdp = createTxFromAddrList(wlt, addrList, recipList, 310000, sendChangeTo) File "createTxFromAddrList2.py", line 44, in createTxFromAddrList TheBDM.setOnlineMode(True) AttributeError: 'BlockDataManager' object has no attribute 'setOnlineMode'
on the Armory website Alan says we should, (replace any BDM_LoadBlockchain() calls with TheBDM.setOnlineMode(True)):
But on this script: createTxFromAddrList.py. I couldn't find a single BDM_LoadBlockchain()
Please help...It will be much appreciated.
|