We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9179f5e commit b8ae5e3Copy full SHA for b8ae5e3
modules/wallet.py
@@ -29,7 +29,7 @@ def create_new_wallet(self, args):
29
subwallet = int(args[3])
30
else:
31
subwallet = 698983191 + workchain # 0x29A9A317 + workchain
32
- wallet = self.ton.create_wallet(walletName, workchain, version, subwallet=subwallet)
+ wallet = self.ton.CreateWallet(walletName, workchain, version, subwallet=subwallet)
33
table = list()
34
table += [["Name", "Workchain", "Address"]]
35
table += [[wallet.name, wallet.workchain, wallet.addrB64_init]]
0 commit comments