Commit 0279986c authored by Jeremy Bokobza's avatar Jeremy Bokobza

Updated NBitcoin and Hbitcoin

parent eea6159e
{
"EncryptedSeed": "6PYNmoMfDjoTXsfErrdHeNFauXSyvQVMdeZ8UH2f3QNpBajpuKCQC7C9ZK",
"ChainCode": "9NgJgoyDShznLnQhQVLct6CANEgQAUrWk6bIUw7ggbM=",
"Network": "Main",
"CreationTime": "2017-03-27"
}
\ No newline at end of file
{
"EncryptedSeed": "6PYUFL97Le43NaSbZEzqsFq4xdh2vuqt9TmHWGaDrKfu8v54f1AobWzdxV",
"ChainCode": "NWEsw3lV2WK8j4JGDnforgQs1BDpADoayP07LqwpT/8=",
"Network": "Main",
"CreationTime": "2017-03-24"
}
\ No newline at end of file
......@@ -9,9 +9,9 @@ namespace Breeze.Wallet.Wrappers
{
private readonly Tracker tracker;
public TrackerWrapper()
public TrackerWrapper(Network network)
{
this.tracker = new Tracker();
this.tracker = new Tracker(network);
}
/// <summary>
......
{
{
"version": "1.0.0-*",
"dependencies": {
"HBitcoin": "0.1.4",
"HBitcoin": "0.1.5",
"NBitcoin": "3.0.2.10",
"NETStandard.Library": "1.6.0"
"NETStandard.Library": "1.6.1"
},
"frameworks": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment