We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60a004 commit 159b248Copy full SHA for 159b248
service/lib/ethplorer.php
@@ -493,7 +493,7 @@ public function getLastTransfers(array $options = array()){
493
$search['contract'] = $options['address'];
494
}
495
if(isset($options['address']) && isset($options['history'])){
496
- $search['$or'] = array(array('from' => $options['address']), array('to' => $options['address']));
+ $search['$or'] = array(array('from' => $options['address']), array('to' => $options['address']), array('address' => $options['address']));
497
498
499
if(isset($options['token']) && isset($options['history'])){
0 commit comments