Skip to content

Commit 3471dd1

Browse files
committed
add comment
Signed-off-by: Josh Marinacci <[email protected]>
1 parent 0537862 commit 3471dd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hedera-node/test-clients/src/main/java/com/hedera/services/bdd/suites/fees/TokenServiceSimpleFeesSuite.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,8 @@ final Stream<DynamicTest> compareMintMultipleUniqueToken() {
272272
.hasKnownStatus(SUCCESS)
273273
.via("non-fungible-multiple-mint-txn")),
274274
"non-fungible-multiple-mint-txn",
275+
// TODO: we need a better way to represent the cost of minting NFTs.
276+
// with this current system the cost of node+network will be double counted
275277
// base = 9000000,
276278
// tokens = 199000000*3,
277279
// node+network = 1000000

0 commit comments

Comments
 (0)