8000 Csv downloading with eth transfers. · etherscan-io/Ethplorer@e957c61 · GitHub
[go: up one dir, main page]

Skip to content

Commit e957c61

Browse files
committed
Csv downloading with eth transfers.
1 parent 4270d09 commit e957c61

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
@@ -1600,7 +1600,7 @@ public function getAddressOperationsCSV($address, $type = 'transfer'){
16001600
$from = isset($record['from']) ? $record['from'] : '';
16011601
$to = isset($record['to']) ? $record['to'] : '';
16021602
$tokenAddress = '';
1603-
if($addTokenInfo && isset($record['contract'])){
1603+
if(isset($record['contract'])){
16041604
$tokenName = '';
16051605
$tokenSymbol = '';
16061606
$contract = $record['contract'];

0 commit comments

Comments
 (0)
0