diff --git a/www/plugins/es/js/services/blockchain-services.js b/www/plugins/es/js/services/blockchain-services.js
index 2c940df13897191b2d1aaab565b442eecb0957b1..571f89970d951225c4c534e4b5dbe8e01d70d78f 100644
--- a/www/plugins/es/js/services/blockchain-services.js
+++ b/www/plugins/es/js/services/blockchain-services.js
@@ -68,7 +68,7 @@ angular.module('cesium.es.blockchain.services', ['cesium.services', 'cesium.es.h
         hits: hits,
         took: res.took,
         total: res && res.hits && res.hits.total ? (
-          options.excludeCurrent ? res.hits.total-1 : res.hits.total) : 0
+          hasExcludedCurrent ? res.hits.total-1 : res.hits.total) : 0
       };
 
       // Fill avatar