Rehabilitate original filter http queries
This commit is contained in:
		
							parent
							
								
									019f84088c
								
							
						
					
					
						commit
						72afbc0cab
					
				| @ -53,7 +53,7 @@ class BloomCache(Cache): | |||||||
|         :return: Lowest block, bloom filter for blocks, bloom filter for blocks|tx |         :return: Lowest block, bloom filter for blocks, bloom filter for blocks|tx | ||||||
|         :rtype: tuple |         :rtype: tuple | ||||||
|         """ |         """ | ||||||
|         rows = list_transactions_mined(self.session, offset, limit)  |         rows = list_transactions_mined(self.session, offset, limit, None, None)  | ||||||
| 
 | 
 | ||||||
|         f_block = moolb.Bloom(BloomCache.__get_filter_size(limit), 3) |         f_block = moolb.Bloom(BloomCache.__get_filter_size(limit), 3) | ||||||
|         f_blocktx = moolb.Bloom(BloomCache.__get_filter_size(limit), 3) |         f_blocktx = moolb.Bloom(BloomCache.__get_filter_size(limit), 3) | ||||||
| @ -83,7 +83,7 @@ class BloomCache(Cache): | |||||||
|         :return: Lowest block, bloom filter for blocks, bloom filter for blocks|tx |         :return: Lowest block, bloom filter for blocks, bloom filter for blocks|tx | ||||||
|         :rtype: tuple |         :rtype: tuple | ||||||
|         """ |         """ | ||||||
|         rows = list_transactions_account_mined(self.session, address, offset, limit)  |         rows = list_transactions_account_mined(self.session, address, offset, limit, None, None)  | ||||||
| 
 | 
 | ||||||
|         f_block = moolb.Bloom(BloomCache.__get_filter_size(limit), 3) |         f_block = moolb.Bloom(BloomCache.__get_filter_size(limit), 3) | ||||||
|         f_blocktx = moolb.Bloom(BloomCache.__get_filter_size(limit), 3) |         f_blocktx = moolb.Bloom(BloomCache.__get_filter_size(limit), 3) | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user