orbitdb-archive / orbit-db-store

Base class for orbit-db data stores

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This function doesn't match the API

willemneal opened this issue · comments

https://github.com/orbitdb/orbit-db-store/blob/931c452e5197bcd4a2cb716eecfe675da87e2838/src/Store.js#L305

loadFromSnapshot(hash, onProgressCallback)

Load the state of the database from a snapshot. hash is the IPFS Multihash of the snapshot data. Returns a Promise that resolves when the database has been loaded.

commented

@willemneal thanks for reporting this! And sorry for the delay.

Would you care to create a PR that updates the documentation?