Skip to content

Commit

Permalink
fix: allow get network difficulty on grpc when mining
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Aug 5, 2024
1 parent 6a640bc commit 152467f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ impl BaseNodeGrpcServer {
GrpcMethod::GetNewBlockTemplateWithCoinbases,
GrpcMethod::GetNewBlock,
GrpcMethod::GetNewBlockBlob,
GrpcMethod::GetNetworkDifficulty,
GrpcMethod::SubmitBlock,
GrpcMethod::SubmitBlockBlob,
GrpcMethod::GetTipInfo,
Expand Down

0 comments on commit 152467f

Please sign in to comment.