mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
build fix (#1495)
This commit is contained in:
parent
7d9ef6e0bf
commit
99b78f78d7
3 changed files with 3 additions and 2 deletions
|
@ -115,7 +115,7 @@ td::Result<GetMethodParams> decode_get_method_params(const char* json) {
|
|||
return td::Status::Error("EC must be of type Object");
|
||||
}
|
||||
td::StringBuilder ec_builder;
|
||||
auto ec_obj = ec_field.get_object();
|
||||
auto& ec_obj = ec_field.get_object();
|
||||
bool is_first = true;
|
||||
for (auto &field_value : ec_obj) {
|
||||
auto currency_id = field_value.first;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue