diff options
Diffstat (limited to 'Backend/Hash.hs')
-rw-r--r-- | Backend/Hash.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Backend/Hash.hs b/Backend/Hash.hs index f14af7b3a..e6e5210a1 100644 --- a/Backend/Hash.hs +++ b/Backend/Hash.hs @@ -53,7 +53,7 @@ genBackend :: Hash -> Backend genBackend hash = Backend { name = hashName hash , getKey = keyValue hash - , fsckKey = Just $ checkKeyChecksum hash + , verifyKeyContent = Just $ checkKeyChecksum hash , canUpgradeKey = Just needsUpgrade , fastMigrate = Just trivialMigrate , isStableKey = const True |