remove one unnecessary check

Signed-off-by: ekexium <ekexium@gmail.com>
This commit is contained in:
ekexium 2020-11-06 18:07:03 +08:00
parent 03014f19c9
commit ff7c64f269
1 changed files with 0 additions and 1 deletions

View File

@ -365,7 +365,6 @@ impl Transaction {
&mut self,
keys: impl IntoIterator<Item = impl Into<Key>>,
) -> Result<()> {
self.check_status()?;
let mut keys: Vec<Vec<u8>> = keys
.into_iter()
.map(|it| it.into())