mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
bug fix
This commit is contained in:
@@ -47,7 +47,7 @@ ClaimReward::preflight(PreflightContext const& ctx)
|
|||||||
TER
|
TER
|
||||||
ClaimReward::preclaim(PreclaimContext const& ctx)
|
ClaimReward::preclaim(PreclaimContext const& ctx)
|
||||||
{
|
{
|
||||||
if (ctx.view.rules().enabled(featureBalanceRewards))
|
if (!ctx.view.rules().enabled(featureBalanceRewards))
|
||||||
return temDISABLED;
|
return temDISABLED;
|
||||||
|
|
||||||
auto const id = ctx.tx[sfAccount];
|
auto const id = ctx.tx[sfAccount];
|
||||||
|
|||||||
Reference in New Issue
Block a user