tests done

This commit is contained in:
2021-12-28 02:50:54 -05:00
parent 07c38ce23e
commit 330548689a
19 changed files with 677 additions and 27 deletions

View File

@@ -74,6 +74,20 @@ func NewWalletManagerFiles(recursion *RecurseOpts, appId string, filePaths ...st
}
*/
/*
Close closes the Dbus connection.
This does NOT close wallets; use WalletManager.CloseWallet, WalletManager.ForceCloseWallet, or
WalletManager.CloseAllWallets instead for that.
*/
func (wm *WalletManager) Close() (err error) {
if err = wm.Conn.Close(); err != nil {
return
}
return
}
/*
CloseWallet closes a Wallet.
Unlike Wallet.Close, this closes access for ALL applications/WalletManagers