Skip to content

Commit 6a83b35

Browse files
committed
Remove comment
1 parent 90dff31 commit 6a83b35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/execution/DonateGoldExecution.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ export class DonateGoldExecution implements Execution {
7979
calculateRelationUpdate(goldSent: Gold): number {
8080
const chunkSize = this.getGoldChunkSize();
8181
// Calculate how many complete chunks were donated
82-
// BigInt division automatically truncates (integer division)
8382
const chunks = Number(goldSent / chunkSize);
8483
// Each chunk gives 5 relation points
8584
const relationUpdate = chunks * 5;

0 commit comments

Comments
 (0)