Skip to content

Commit 94862fe

Browse files
authored
Merge pull request #44 from jiangjiangdev/patch-2
Update TRX.php
2 parents 32bf84d + 1509c1a commit 94862fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/TRX.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414

1515
class TRX implements WalletInterface
1616
{
17+
protected $_api;
18+
19+
protected $tron;
20+
1721
public function __construct(Api $_api, array $config = [])
1822
{
1923
$this->_api = $_api;

0 commit comments

Comments
 (0)