Skip to content

Commit

Permalink
去除一层接口返回
Browse files Browse the repository at this point in the history
  • Loading branch information
cjango committed Mar 6, 2021
1 parent 5ca9bcb commit 9c2fb09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Chain33/Token/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public function tx(string $symbol, string $addr, int $count, int $flag = 0, int
'index' => $index,
'direction' => $direction,
],
]);
])['txInfos'];
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/Chain33/Transaction/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public function getTx(string $addr, int $count, int $flag = 0, int $direction =
'direction' => $direction,
'height' => $height,
'index' => $index,
]);
])['txInfos'];
}

/**
Expand Down

0 comments on commit 9c2fb09

Please # to comment.