Commit 6cc48dc7 authored by Sergei Zubov's avatar Sergei Zubov

Merge light wallet

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