tests done
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user