Skip to content

Commit

Permalink
minor fixes, upgrade ton binaries to release 2024.08
Browse files Browse the repository at this point in the history
  • Loading branch information
neodiX committed Aug 11, 2024
1 parent e1a160f commit 8fdb16e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/org/ton/wallet/MyWallet.java
Original file line number Diff line number Diff line change
Expand Up @@ -330,14 +330,12 @@ private Contract createInitExternalMessageByWalletVersion(WalletVersion walletVe
.keyPair(Utils.generateSignatureKeyPairFromSeed(privateKey))
.wc(wc)
.tonlib(tonlib)
.walletId(walletId)
.build();
case V2R2:
return WalletV2R2.builder()
.keyPair(Utils.generateSignatureKeyPairFromSeed(privateKey))
.wc(wc)
.tonlib(tonlib)
.walletId(walletId)
.build();
case V3R1:
return WalletV3R1.builder()
Expand Down

0 comments on commit 8fdb16e

Please sign in to comment.