Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
neodiX committed Aug 10, 2024
1 parent 902189b commit 37c1ef5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ default List<RawTransaction> getTransactions() {
return getTonlib().getAllRawTransactions(getAddress().toBounceable(), BigInteger.ZERO, null, 20).getTransactions();
}

default Message prepareDeployMessage() {
default Message prepareDeployMsg() {
throw new Error("not implemented");
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ public class WalletV2R1 implements Contract {

public TweetNaclFast.Signature.KeyPair keyPair;
long initialSeqno;
long walletId;

public static class WalletV2R1Builder {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public class WalletV2R2 implements Contract {
public TweetNaclFast.Signature.KeyPair keyPair;

long initialSeqno;
long walletId;

public static class WalletV2R2Builder {
}
Expand Down

0 comments on commit 37c1ef5

Please sign in to comment.