We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 260fb79 commit f11bcb2Copy full SHA for f11bcb2
1 file changed
storage/src/qmdb/current/ordered/db.rs
@@ -168,8 +168,8 @@ where
168
// Handle the case where the proof shows the db is empty, hence any key is proven
169
// excluded. For the db to be empty, the floor must equal the commit operation's
170
// location.
171
- let floor = op_proof.loc;
172
- (op_proof, Operation::CommitFloor(metadata.clone(), floor))
+ let floor_loc = op_proof.loc;
+ (op_proof, Operation::CommitFloor(metadata.clone(), floor_loc))
173
}
174
};
175
0 commit comments