Skip to content

Commit b8ae5e3

Browse files
committed
fix function name
1 parent 9179f5e commit b8ae5e3

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
@@ -29,7 +29,7 @@ def create_new_wallet(self, args):
2929
subwallet = int(args[3])
3030
else:
3131
subwallet = 698983191 + workchain # 0x29A9A317 + workchain
32-
wallet = self.ton.create_wallet(walletName, workchain, version, subwallet=subwallet)
32+
wallet = self.ton.CreateWallet(walletName, workchain, version, subwallet=subwallet)
3333
table = list()
3434
table += [["Name", "Workchain", "Address"]]
3535
table += [[wallet.name, wallet.workchain, wallet.addrB64_init]]

0 commit comments

Comments
 (0)