mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-12 05:59:23 +00:00
Correct clippy lint identified upon rebase
This commit is contained in:
@@ -369,7 +369,7 @@ impl<N: Network + 'static> TendermintMachine<N> {
|
||||
// Clear the message tape
|
||||
{
|
||||
let mut txn = self.db.txn();
|
||||
txn.del(&message_tape_key(self.genesis));
|
||||
txn.del(message_tape_key(self.genesis));
|
||||
txn.commit();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user