Skip to content

Commit fdf0f27

Browse files
committed
Address transaction count
1 parent b825797 commit fdf0f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public function getAddressInfo(){
124124
'totalIn' => 0,
125125
'totalOut' => 0,
126126
),
127-
'countTxs' => /* $this->db->countTransactions($address) */ 0
127+
'countTxs' => $this->db->countTransactions($address)
128128
);
129129
if($contract = $this->db->getContract($address)){
130130
$result['contractInfo'] = array(

0 commit comments

Comments
 (0)