Skip to content

Commit 470b1a7

Browse files
committed
add test case of AssetUtilTest
1 parent b83d13a commit 470b1a7

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

framework/src/test/java/org/tron/core/capsule/utils/AssetUtilTest.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,6 @@ private static AccountCapsule createAccount2() {
8888
com.google.protobuf.ByteString address = ByteString.copyFrom(randomBytes(32));
8989
Protocol.AccountType accountType = Protocol.AccountType.forNumber(1);
9090
AccountCapsule accountCapsule = new AccountCapsule(accountName, address, accountType);
91-
// Protocol.Account build = accountCapsule.getInstance().toBuilder()
92-
// .addAllFrozenSupply(getFrozenList())
93-
// .build();
94-
// accountCapsule.setInstance(build);
95-
9691
Protocol.AccountAsset accountAsset =
9792
Protocol.AccountAsset.newBuilder()
9893
.setAddress(accountCapsule.getInstance().getAddress())

0 commit comments

Comments
 (0)