Fix bug with datastore key bytes
This commit is contained in:
parent
61c85e1c0f
commit
d6aadfecac
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ impl Db {
|
|||
ns,
|
||||
_b: 0x21, // !
|
||||
_c: 0x64, // d
|
||||
_d: 0x02, // b
|
||||
_d: 0x62, // b
|
||||
db,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue