We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1836887 commit 3f23226Copy full SHA for 3f23226
1 file changed
AddressOwnershipTool/Commands/Load/ClaimGroup.cs
@@ -8,7 +8,7 @@ public class ClaimGroup
8
9
public int NumberOfClaimedAddresses => this.Claims.Count();
10
11
- public decimal TotalAmountToTransfer => this.OriginalTotalBalance * 0.0001M;
+ public decimal TotalAmountToTransfer => this.OriginalTotalBalance * 10M;
12
13
public decimal OriginalTotalBalance => this.Claims.Sum(c => c.Balance);
14
0 commit comments