1
0
close #3337
This commit is contained in:
SomberNight
2018-03-12 04:00:27 +01:00
parent d3065f73bf
commit a048a00594
2 changed files with 4 additions and 2 deletions

View File

@@ -2301,5 +2301,5 @@ class Wallet(object):
return Multisig_Wallet
if wallet_type in wallet_constructors:
return wallet_constructors[wallet_type]
raise RuntimeError("Unknown wallet type: " + wallet_type)
raise RuntimeError("Unknown wallet type: " + str(wallet_type))