Fix bug with datastore key bytes

This commit is contained in:
Tobie Morgan Hitchcock 2022-04-01 23:23:54 +01:00
parent 61c85e1c0f
commit d6aadfecac

View file

@ -55,7 +55,7 @@ impl Db {
ns,
_b: 0x21, // !
_c: 0x64, // d
_d: 0x02, // b
_d: 0x62, // b
db,
}
}