Skip to content

Commit

Permalink
Make BesuNode::getMiningParameters public
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Di Fabio <[email protected]>
  • Loading branch information
fab-10 committed Jan 10, 2024
1 parent c029a9f commit 6a1f12e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ public void setBootnodes(final List<URI> bootnodes) {
this.bootnodes.addAll(bootnodes);
}

MiningParameters getMiningParameters() {
public MiningParameters getMiningParameters() {
return miningParameters;
}

Expand Down

0 comments on commit 6a1f12e

Please sign in to comment.