mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-26 23:13:25 +00:00
Merge branch 'master' of git://github.com/spesmilo/electrum
This commit is contained in:
commit
60d093641b
1 changed files with 1 additions and 1 deletions
|
@ -2201,7 +2201,7 @@ class ElectrumWindow(QMainWindow):
|
|||
try:
|
||||
for position, row in enumerate(csvReader):
|
||||
address = row[0]
|
||||
if not is_address(address):
|
||||
if not bitcoin.is_address(address):
|
||||
errors.append((position, address))
|
||||
continue
|
||||
amount = Decimal(row[1])
|
||||
|
|
Loading…
Add table
Reference in a new issue