We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3699a61 commit ffb1dd0Copy full SHA for ffb1dd0
1 file changed
ton-http-api/src/handlers/send/SendBocHandler.cpp
@@ -38,7 +38,7 @@ td::Result<ton_http::schemas::v2::SendBocResult> ton_http::handlers::SendBocHand
38
}
39
return result.move_as_error();
40
41
- if (auto external_send_success = SendBocToExternalEndpoints(request)) {
+ if (auto external_send_success = SendBocToExternalEndpoints(request); !external_send_success) {
42
LOG_WARNING_TO(*logger_) << "Failed to send BOC to some of external endpoints";
43
44
if (!return_hash_) {
0 commit comments