8000 fix · etherscan-io/Ethplorer@d91d6b6 · GitHub
[go: up one dir, main page]

Skip to content

Commit d91d6b6

Browse files
committed
fix
1 parent 65f8922 commit d91d6b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/lib/ethplorer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ public function getTransactionDetails($hash){
722722
}
723723
}
724724
}
725-
if($result['tx'] && (!isset($result['tx']['pending']) || $result['tx']['pending'])) {
725+
if($result['tx'] && !isset($result['tx']['pending'])) {
726726
$this->oCache->save($cache, $result);
727727
}
728728
}

0 commit comments

Comments
 (0)
0