mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
commit
cec18fb7fe
1 changed files with 1 additions and 1 deletions
|
@ -2201,7 +2201,7 @@ class ElectrumWindow(QMainWindow):
|
||||||
try:
|
try:
|
||||||
for position, row in enumerate(csvReader):
|
for position, row in enumerate(csvReader):
|
||||||
address = row[0]
|
address = row[0]
|
||||||
if not is_address(address):
|
if not bitcoin.is_address(address):
|
||||||
errors.append((position, address))
|
errors.append((position, address))
|
||||||
continue
|
continue
|
||||||
amount = Decimal(row[1])
|
amount = Decimal(row[1])
|
||||||
|
|
Loading…
Add table
Reference in a new issue