Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kdimentionaltree committed Dec 25, 2024
1 parent 54aba62 commit 2b1dcd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ton-http-api/tonlib_postprocessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ TonlibWorkerResponse TonlibPostProcessor::process_getAddressState(const std::str
}

auto result = res.move_as_ok();
auto state = "\"" + get_address_state(result) + "\"";
auto state = get_address_state(result);
return TonlibWorkerResponse{true, nullptr, "\"" + state + "\"", std::nullopt};
}
} // namespace ton_http::core

0 comments on commit 2b1dcd7

Please sign in to comment.