fixed process blocks core call
This commit is contained in:
		
							parent
							
								
									cd82903db1
								
							
						
					
					
						commit
						f4bb9ca093
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -120,7 +120,7 @@ class OnionrCommunicate: | |||
|         Work with the block database and download any missing blocks | ||||
|         This is meant to be called from the communicator daemon on its timer. | ||||
|         ''' | ||||
|         for i in self.getBlockList(True).split("\n"): | ||||
|         for i in self._core.getBlockList(True).split("\n"): | ||||
|             if i != "": | ||||
|                 print('UNSAVED BLOCK:', i) | ||||
|         return | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue