Couple of fixes for initial indexing - stats.supply and stats.last
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ function coinbase_supply(cb) {
|
||||
if (address) {
|
||||
return cb(address.sent);
|
||||
} else {
|
||||
return cb();
|
||||
return cb(0);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user