tests pass; tagging release

This commit is contained in:
2021-12-28 05:48:08 -05:00
parent 330548689a
commit 89456270c5
9 changed files with 230 additions and 22 deletions

View File

@@ -87,6 +87,7 @@ func (f *Folder) HasEntry(entryName string) (hasEntry bool, err error) {
KeyNotExist returns true if a key/entry name entryName does *not* exist.
Essentially the same as Folder.HasEntry, but whereas Folder.HasEntry requires the parent wallet
to be open/unlocked, Folder.KeyNotExist does not require this.
However, it's prone to somewhat unreliable results; it's best to use Folder.HasEntry wherever/whenever possible.
*/
func (f *Folder) KeyNotExist(entryName string) (doesNotExist bool, err error) {