id to hex
This commit is contained in:
		@@ -195,7 +195,7 @@ func (self *EthereumApi) NewFilterString(args string, reply *interface{}) error
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	id = self.filterManager.InstallFilter(filter)
 | 
						id = self.filterManager.InstallFilter(filter)
 | 
				
			||||||
	self.logs[id] = &logFilter{timeout: time.Now()}
 | 
						self.logs[id] = &logFilter{timeout: time.Now()}
 | 
				
			||||||
	*reply = id
 | 
						*reply = i2hex(id)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return nil
 | 
						return nil
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user