MetacoSA / NBitcoin

Comprehensive Bitcoin library for the .NET framework.
MIT License
1.86k stars 844 forks source link

Some Problem in Set Network AltCoins #1081

Closed erfan132 closed 2 years ago

erfan132 commented 2 years ago

Hello Thanks For Publish NBitcoin I have some Problem With Altcoins {"Method not found: 'NBitcoin.NetworkBuilder NBitcoin.NetworkBuilder.AddDNSSeeds(System.Collections.Generic.IEnumerable`1)'."} When i set the Network to NBitcoin.Network networks = NBitcoin.Altcoins.Ufo..Testnet; and every single Altcoins made this error Any Idea? Altcoins Altcoinssd

erfan132 commented 2 years ago

This Problem is Only on Last Version of Nbitcoin when i changed to pervious version its work

knocte commented 2 years ago

Check that you upgraded your NBitcoin version in all projects of the solution.

erfan132 commented 2 years ago

thats solved thanks