From 6b9efd37fb478dab3e5c124fe4eb2ffb09ec3354 Mon Sep 17 00:00:00 2001 From: mahdi farhadpour Date: Fri, 5 May 2023 22:11:15 +0330 Subject: [PATCH] Update TRC20Contract.php change feeLimit from 10 to 30 --- src/TRC20Contract.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TRC20Contract.php b/src/TRC20Contract.php index 708772f..c5d2c3e 100644 --- a/src/TRC20Contract.php +++ b/src/TRC20Contract.php @@ -68,7 +68,7 @@ class TRC20Contract * * @var integer */ - private int $feeLimit = 10; + private int $feeLimit = 30; /** * Base Tron object