Skip to content

Commit

Permalink
type of results
Browse files Browse the repository at this point in the history
  • Loading branch information
serderovsh committed Sep 13, 2018
1 parent 5bd7a31 commit 5bd2b1c
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 @@ -722,7 +722,7 @@ public function freezeBalance($owner_address, $frozen_balance, $frozen_duration,
*
* @return array
*/
public function generateAddress()
public function generateAddress() : array
{
return $this->call('/wallet/generateaddress');
}
Expand Down

0 comments on commit 5bd2b1c

Please sign in to comment.