mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
fix: is_valid
This commit is contained in:
parent
075a1d13c5
commit
1cf453587e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ from PyQt4.QtGui import *
|
|||
from PyQt4.QtCore import *
|
||||
import PyQt4.QtCore as QtCore
|
||||
|
||||
from electrum.bitcoin import MIN_RELAY_TX_FEE
|
||||
from electrum.bitcoin import MIN_RELAY_TX_FEE, is_valid
|
||||
|
||||
try:
|
||||
import icons_rc
|
||||
|
|
Loading…
Add table
Reference in a new issue