Update space reserved constant

This commit is contained in:
mcrakhman 2023-03-10 15:07:45 +01:00 committed by Mikhail Iudin
parent 6a3606f92c
commit 3f17e594ec
No known key found for this signature in database
GPG Key ID: FAAAA8BAABDFF1C0

View File

@ -14,7 +14,7 @@ import (
)
const (
SpaceReserved = "space.reserved"
SpaceReserved = "any-sync.space"
SpaceDerivationScheme = "derivation.standard"
)