Skip to content

Commit

Permalink
Update signumj and the rewards for the fork.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjos2372 committed Jun 3, 2022
1 parent da960e4 commit 9b5f4d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ targetCompatibility = 1.8
dependencies {
implementation 'org.apache.poi:poi-ooxml:4.1.0'
implementation 'io.reactivex.rxjava2:rxjava:2.2.10'
implementation 'com.github.signum-network:signumj:f2522b5480'
implementation 'com.github.signum-network:signumj:843c24020b'
implementation 'org.nanohttpd:nanohttpd:2.3.1'
implementation "org.flywaydb:flyway-core:6.5.0"
implementation "com.h2database:h2:1.4.199"
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/burst/pool/pool/Pool.java
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ else if(cmd.equals("donate") && tokens.hasMoreTokens()) {
}
}
if (won) {
minerTracker.onBlockWon(transactionalStorageService, block, block.getBlockReward().add(block.getTotalFee()));
minerTracker.onBlockWon(transactionalStorageService, block, block.getBlockReward().add(block.getRewardFee()));
} else {
if (myRewardRecipients.contains(block.getGenerator())) {
logger.error("Our miner forged but did not detect block won. Height " + block.getHeight());
Expand Down

0 comments on commit 9b5f4d6

Please sign in to comment.