forked from townforge/townforge
rpc: fix fire_state not being returned in cc_get_flag
This commit is contained in:
parent
aefb95a88b
commit
182c585e06
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user