Skip to content

Commit

Permalink
reserve_size = 1
Browse files Browse the repository at this point in the history
  • Loading branch information
muscleman committed Apr 22, 2020
1 parent 4d2a438 commit 55637fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-electron/main-process/modules/pool.js
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ export class Pool {

calculateBlockTemplateParameters() {
return {wallet_address: this.config.mining.address,
reserve_size: 8 }
reserve_size: 1 }
}

addBlockAndInformMiners(data, force=false) {
Expand Down

0 comments on commit 55637fe

Please sign in to comment.