Skip to content

Commit f11bcb2

Browse files
floor_loc
1 parent 260fb79 commit f11bcb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • storage/src/qmdb/current/ordered

storage/src/qmdb/current/ordered/db.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ where
168168
// Handle the case where the proof shows the db is empty, hence any key is proven
169169
// excluded. For the db to be empty, the floor must equal the commit operation's
170170
// location.
171-
let floor = op_proof.loc;
172-
(op_proof, Operation::CommitFloor(metadata.clone(), floor))
171+
let floor_loc = op_proof.loc;
172+
(op_proof, Operation::CommitFloor(metadata.clone(), floor_loc))
173173
}
174174
};
175175

0 commit comments

Comments
 (0)