Skip to content

Commit ea41445

Browse files
committed
minor fix
1 parent 1f5e473 commit ea41445

File tree

1 file changed

+1
-1
lines changed
  • smartcontract/src/main/java/org/ton/java/smartcontract/wallet/v1

1 file changed

+1
-1
lines changed

smartcontract/src/main/java/org/ton/java/smartcontract/wallet/v1/WalletV1R3.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class WalletV1R3 implements Contract {
2929
TweetNaclFast.Signature.KeyPair keyPair;
3030
long initialSeqno;
3131

32-
public static class WalletV1R1Builder {
32+
public static class WalletV1R3Builder {
3333
}
3434

3535
public static WalletV1R3Builder builder() {

0 commit comments

Comments
 (0)