Skip to content

Commit

Permalink
Uploading how properties are been read in the context to be compatibl…
Browse files Browse the repository at this point in the history
…e with powpeg
  • Loading branch information
asoto-iov committed Dec 14, 2023
1 parent 6a2662f commit 9f7f838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rskj-core/src/main/java/co/rsk/RskContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ public synchronized Ethereum getRsk() {
getCompositeEthereumListener(),
getBlockchain(),
getGasPriceTracker(),
rskSystemProperties.getMinGasPriceMultiplier()
getRskSystemProperties().getMinGasPriceMultiplier()
);
}

Expand Down

0 comments on commit 9f7f838

Please sign in to comment.