We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d1e43 commit 07adf84Copy full SHA for 07adf84
contract/AElf.Contracts.Profit/ViewMethods.cs
@@ -65,7 +65,7 @@ public override Int64Value GetProfitAmount(GetProfitAmountInput input)
65
66
return new Int64Value
67
{
68
- Value = output.OneTimeClaimableProfitAmount
+ Value = output.AllProfitAmount
69
};
70
}
71
@@ -133,7 +133,7 @@ public override ReceivedProfitsMap GetProfitsMap(ClaimProfitsInput input)
133
134
return new ReceivedProfitsMap
135
136
- Value = { output.OneTimeClaimableProfitsMap }
+ Value = { output.AllProfitsMap }
137
138
139
0 commit comments