public static bool WalletLock() { Console.WriteLine("Starting WalletLock tests..."); Bitcoind.WalletLock(); // relocks Bitcoind.WalletPassPhrase(_walletPassPhrase, _walletPassPhraseTimeout); return(true); }