Update space reserved constant

This commit is contained in:
mcrakhman 2023-03-10 15:07:45 +01:00
parent ea74562290
commit 19930e6252
No known key found for this signature in database
GPG Key ID: DED12CFEF5B8396B

View File

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