8000 Csv downloading fixed. · etherscan-io/Ethplorer@161c062 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 161c062

Browse files
committed
Csv downloading fixed.
1 parent 0f0abfd commit 161c062

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
@@ -1562,7 +1562,7 @@ public function getAddressOperations($address, $limit = 10, $offset = FALSE, arr
15621562
public function getAddressOperationsCSV($address, $type = 'transfer'){
15631563
$limit = 1000;
15641564

1565-
$cache = 'address_operations_csv-' . $address . '-' . $limit;
1565+
$cache = 'address_operations_csv-' . $address . '-' . $limit . '-' . $this->showTx;
15661566
$result = $this->oCache->get($cache, false, true, 600);
15671567
if(FALSE === $result){
15681568
$cr = "\r\n";

0 commit comments

Comments
 (0)
0