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 Nov 17, 2023
1 parent 705e16d commit e507c82
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 e507c82

Please sign in to comment.