Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug in LevelDB datastore's Delete() method.
LevelDB Delete() method will not return ErrNotFound so check that the key exists first by calling Has() and return ds.ErrNotFound if Has() returns false. License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
- Loading branch information