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 1f5e473 commit ea41445Copy full SHA for ea41445
smartcontract/src/main/java/org/ton/java/smartcontract/wallet/v1/WalletV1R3.java
@@ -29,7 +29,7 @@ public class WalletV1R3 implements Contract {
29
TweetNaclFast.Signature.KeyPair keyPair;
30
long initialSeqno;
31
32
- public static class WalletV1R1Builder {
+ public static class WalletV1R3Builder {
33
}
34
35
public static WalletV1R3Builder builder() {
0 commit comments