summaryrefslogtreecommitdiffhomepage
path: root/Types
diff options
context:
space:
mode:
Diffstat (limited to 'Types')
-rw-r--r--Types/Storage.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Types/Storage.hs b/Types/Storage.hs
index d6e4edf..2dabcac 100644
--- a/Types/Storage.hs
+++ b/Types/Storage.hs
@@ -31,7 +31,7 @@ data Storage = Storage
-- ^ Run after making some calls to storeShare/retrieveShare,
-- to avoid correlation attacks.
, countShares :: IO CountResult
- , moveShares :: Storage -> IO ()
+ , moveShares :: Storage -> IO [StoreResult]
-- ^ Tries to move all shares from this storage to another one.
, uploadQueue :: Maybe Storage
}