We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b83d13a commit 470b1a7Copy full SHA for 470b1a7
1 file changed
framework/src/test/java/org/tron/core/capsule/utils/AssetUtilTest.java
@@ -88,11 +88,6 @@ private static AccountCapsule createAccount2() {
88
com.google.protobuf.ByteString address = ByteString.copyFrom(randomBytes(32));
89
Protocol.AccountType accountType = Protocol.AccountType.forNumber(1);
90
AccountCapsule accountCapsule = new AccountCapsule(accountName, address, accountType);
91
-// Protocol.Account build = accountCapsule.getInstance().toBuilder()
92
-// .addAllFrozenSupply(getFrozenList())
93
-// .build();
94
-// accountCapsule.setInstance(build);
95
-
96
Protocol.AccountAsset accountAsset =
97
Protocol.AccountAsset.newBuilder()
98
.setAddress(accountCapsule.getInstance().getAddress())
0 commit comments