consolidate key/value types; consistent interface arguments
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -87,7 +87,7 @@ impl Data {
|
||||
keys.push(key);
|
||||
}
|
||||
self.servernameevent_data
|
||||
.insert_batch(&mut batch.into_iter())?;
|
||||
.insert_batch(batch.iter().map(database::KeyVal::from))?;
|
||||
Ok(keys)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user