Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
Conflicts:
Browse files Browse the repository at this point in the history
	src/main/java/com/oakinvest/b2g/util/bitcoin/buffer/BitcoinDataServiceBufferLoader.java
  • Loading branch information
straumat committed Jan 17, 2018
1 parent ca10618 commit 2016172
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public BitcoinDataServiceBufferLoader(final BitcoinDataService newBitcoinDataSer
*/
@Async
@SuppressWarnings("checkstyle:designforextension")
void loadBuffer(final int requestedBlock) {
public void loadBuffer(final int requestedBlock) {
bitcoinDataService.putBlockInBuffer(requestedBlock + 1);
bitcoinDataService.removeBlockInBuffer(requestedBlock - 1);
}
Expand Down

0 comments on commit 2016172

Please sign in to comment.