fix #2995
This commit is contained in:
parent
e299df7b82
commit
30069324d5
@ -343,7 +343,7 @@ class Commands:
|
|||||||
@command('')
|
@command('')
|
||||||
def version(self):
|
def version(self):
|
||||||
"""Return the version of electrum."""
|
"""Return the version of electrum."""
|
||||||
from version import ELECTRUM_VERSION
|
from .version import ELECTRUM_VERSION
|
||||||
return ELECTRUM_VERSION
|
return ELECTRUM_VERSION
|
||||||
|
|
||||||
@command('w')
|
@command('w')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user