We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef98b24 commit b3efdbdCopy full SHA for b3efdbd
.travis.yml
@@ -2,6 +2,8 @@ language: php
2
3
php:
4
- 7.4
5
+ - 8.0
6
+ - 8.1
7
8
matrix:
9
fast_finish: true
src/TRC20Contract.php
@@ -68,7 +68,7 @@ class TRC20Contract
68
*
69
* @var integer
70
*/
71
- private int $feeLimit = 10;
+ private int $feeLimit = 30;
72
73
/**
74
* Base Tron object
0 commit comments