Skip to content

Commit 6ff9fe1

Browse files
committed
fix ew
1 parent 5e2e672 commit 6ff9fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/wallet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def export_wallet(self, args):
131131
except:
132132
color_print("{red}Bad args. Usage:{endc} ew <wallet-name>")
133133
return
134-
addr, key = self.ton.ExportWallet(name)
134+
addr, key = self.do_export_wallet(name)
135135
print("Wallet name:", name)
136136
print("Address:", addr)
137137
print("Secret key:", key)

0 commit comments

Comments
 (0)