Skip to content

Commit

Permalink
Fixed MinerEffort
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Aug 12, 2024
1 parent 736e006 commit 977df71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Miningcore/Persistence/Postgres/Entities/Block.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public class Block
public string Type { get; set; }
public double ConfirmationProgress { get; set; }
public double? Effort { get; set; }
public double? MinerEffort { get; set; }
public string TransactionConfirmationData { get; set; }
public string Miner { get; set; }
public decimal Reward { get; set; }
Expand Down

0 comments on commit 977df71

Please sign in to comment.