Skip to content

Commit

Permalink
Increase fee limit to 30, add allow php 8 and 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Wawilow committed Mar 10, 2024
1 parent ef98b24 commit b3efdbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: php

php:
- 7.4
- 8.0
- 8.1

matrix:
fast_finish: true
Expand Down
2 changes: 1 addition & 1 deletion src/TRC20Contract.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class TRC20Contract
*
* @var integer
*/
private int $feeLimit = 10;
private int $feeLimit = 30;

/**
* Base Tron object
Expand Down

0 comments on commit b3efdbd

Please sign in to comment.