X-Git-Url: https://git.novaco.in/?p=NovacoinLibrary.git;a=blobdiff_plain;f=Novacoin%2FDatabaseInterfaces.cs;h=ed95d8f9ec2db136cfef577b48a62c067146be03;hp=7405b0d4de741345c6e38e95429ad3b400a34213;hb=bbc180adad56adde0fd4421c9b8b49bca27397a4;hpb=66dee00aa8671fa2676cefdba7c28ba6bded6ba4 diff --git a/Novacoin/DatabaseInterfaces.cs b/Novacoin/DatabaseInterfaces.cs index 7405b0d..ed95d8f 100644 --- a/Novacoin/DatabaseInterfaces.cs +++ b/Novacoin/DatabaseInterfaces.cs @@ -9,7 +9,6 @@ using SQLite.Net.Attributes; using SQLite.Net.Interop; using SQLite.Net.Platform.Generic; using SQLiteNetExtensions.Attributes; -using System.Collections.Generic; using System.Diagnostics.Contracts; namespace Novacoin @@ -92,7 +91,7 @@ namespace Novacoin /// /// Block height /// - byte[] Height { get; set; } + uint nHeight { get; set; } /// /// Block position in file