correct downloadblocks bhash var name
parent
6a11ba38eb
commit
076678d1af
|
@ -26,7 +26,7 @@ def _should_download(comm_inst, block_hash):
|
||||||
if block_hash in comm_inst._core.getBlockList():
|
if block_hash in comm_inst._core.getBlockList():
|
||||||
ret_data = False
|
ret_data = False
|
||||||
else:
|
else:
|
||||||
if comm_inst._core._blacklist.inBlacklist(blocka_hash):
|
if comm_inst._core._blacklist.inBlacklist(block_hash):
|
||||||
ret_data = False
|
ret_data = False
|
||||||
if ret_data is False:
|
if ret_data is False:
|
||||||
try:
|
try:
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
6i2apk7llawfcqy4y4xumqiedo7nltczmdk2cbvdztaqpkjnygwwz6qd.onion
|
|
Loading…
Reference in New Issue