mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
fix for getversion
i had pasted the wrong definition, sorry
This commit is contained in:
parent
3ee97be261
commit
4d085f111c
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ class Commands:
|
|||
def getservers(self):
|
||||
return self.network.get_servers()
|
||||
|
||||
def getversion():
|
||||
def getversion(self):
|
||||
import electrum
|
||||
return electrum.ELECTRUM_VERSION
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue