vault backup: 2023-11-10 15:28:53

This commit is contained in:
Alice 2023-11-10 15:28:53 +00:00
parent f23c0520b2
commit 49d70627bb
2 changed files with 9 additions and 7 deletions

View file

@ -59,7 +59,9 @@ pred insert[n : Node] {
//nodes always in the head or linked to prox
//always n in ( Bucket.head + Bucket.head.prox)
always n.key.hash not in Hash {
always lone b: Bucket| b.head = none {
b.head = n
}
}