Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

Commit

Permalink
fix loader sync response
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronAP committed Jun 9, 2016
1 parent 00f8188 commit 5bd37a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Responses/loader_status_sync_response.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ namespace Lisk.API.Responses
[JsonObject(MemberSerialization = MemberSerialization.Fields)]
public class loader_status_sync_response : BaseResponse
{
public string blocks;
public string height;
public string sync;
public long blocks;
public long height;
public bool syncing;
}
}

0 comments on commit 5bd37a3

Please sign in to comment.