Skip to content

Commit ff8a31c

Browse files
committed
Csv downloading with eth transfers.
1 parent f5b4a6b commit ff8a31c

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
@@ -1607,7 +1607,7 @@ public function getAddressOperationsCSV($address, $type = 'transfer'){
16071607
if(isset($aTokenInfo[$contract])){
16081608
$token = $aTokenInfo[$contract];
16091609
}else{
1610-
if($contract == self::ADDRESS_ETH){
1610+
if($contract == 'ETH'){
16111611
$token = $this->getEthToken();
16121612
}else{
16131613
$token = $this->getToken($contract, TRUE);

0 commit comments

Comments
 (0)