rpc: fix fire_state not being returned in cc_get_flag

This commit is contained in:
Crypto City 2021-04-17 20:13:52 +00:00
parent aefb95a88b
commit 182c585e06

View File

@ -3906,6 +3906,7 @@ namespace cryptonote
for (const auto &e: fd.budget)
if (e.second > 0)
res.budget.push_back({e.first, e.second});
res.fire_state = fd.fire_state;
res.active = fd.active;
res.name = fd.name;
res.ignore = fd.ignore;