Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
serderovsh committed Jul 25, 2019
1 parent 23a47e3 commit 1afa7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tron.php
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ public function getBalance(string $address = null, bool $fromTron = false): floa
* @return array|int
* @throws TronException
*/
public function getTokenBalance(string $address, int $tokenId, bool $fromTron = false)
public function getTokenBalance(int $tokenId, string $address, bool $fromTron = false)
{
$account = $this->getAccount($address);

Expand Down

0 comments on commit 1afa7de

Please sign in to comment.