fix: is_valid

This commit is contained in:
thomasv 2013-09-04 17:27:13 +02:00
parent 075a1d13c5
commit 1cf453587e
1 changed files with 1 additions and 1 deletions

View File

@ -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