We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e2e672 commit 6ff9fe1Copy full SHA for 6ff9fe1
modules/wallet.py
@@ -131,7 +131,7 @@ def export_wallet(self, args):
131
except:
132
color_print("{red}Bad args. Usage:{endc} ew <wallet-name>")
133
return
134
- addr, key = self.ton.ExportWallet(name)
+ addr, key = self.do_export_wallet(name)
135
print("Wallet name:", name)
136
print("Address:", addr)
137
print("Secret key:", key)
0 commit comments