Skip to content

Commit b3efdbd

Browse files
committed
Increase fee limit to 30, add allow php 8 and 8.1
1 parent ef98b24 commit b3efdbd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: php
22

33
php:
44
- 7.4
5+
- 8.0
6+
- 8.1
57

68
matrix:
79
fast_finish: true

src/TRC20Contract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class TRC20Contract
6868
*
6969
* @var integer
7070
*/
71-
private int $feeLimit = 10;
71+
private int $feeLimit = 30;
7272

7373
/**
7474
* Base Tron object

0 commit comments

Comments
 (0)