MetacoSA / NBitcoin

Comprehensive Bitcoin library for the .NET framework.
MIT License
1.88k stars 848 forks source link

Unload Methods Update #986

Closed methrammar closed 3 years ago

methrammar commented 3 years ago

added string variable to Unload and UnloadAsync methods, as rpc command unloadwallet requires a "walletname" reference

changed method names from Unload to UnloadWallet and UnloadAsync to UnloadWalletAsync