Commit 575a01fd authored by Sergei Zubov's avatar Sergei Zubov

Merge light wallet

parent 6c9f3ea7
...@@ -26,7 +26,7 @@ namespace Stratis.Bitcoin.Features.LightWallet ...@@ -26,7 +26,7 @@ namespace Stratis.Bitcoin.Features.LightWallet
private readonly IBlockNotification blockNotification; private readonly IBlockNotification blockNotification;
private readonly ILogger logger; protected readonly ILogger logger;
private readonly ISignals signals; private readonly ISignals signals;
...@@ -271,7 +271,7 @@ namespace Stratis.Bitcoin.Features.LightWallet ...@@ -271,7 +271,7 @@ namespace Stratis.Bitcoin.Features.LightWallet
} }
/// <inheritdoc /> /// <inheritdoc />
public void SyncFromHeight(int height) public virtual void SyncFromHeight(int height)
{ {
if (height < 0) if (height < 0)
{ {
......
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