Skip to content

Commit b7a8bd3

Browse files
committed
increase the feeLimit of triggering shielded contract
1 parent daea355 commit b7a8bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/tron/walletcli/WalletApiWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1796,7 +1796,7 @@ public boolean triggerShieldedContract(String contractAddress, String data,
17961796
byte[] inputData = Hex.decode(AbiUtil.parseMethod(methodStr, data, true));
17971797
byte[] ownerAddress = wallet.getAddress();
17981798

1799-
return callContract(ownerAddress, contractAddressBytes, 0, inputData, 20_000_000L,
1799+
return callContract(ownerAddress, contractAddressBytes, 0, inputData, 200_000_000L,
18001800
0, "", false);
18011801
}
18021802

0 commit comments

Comments
 (0)