| 172 | /* Inside a blinded path, override return */ |
| 173 | if (blind_error_return(hin)) { |
| 174 | struct sha256 sha; |
| 175 | sha256(&sha, hin->onion_routing_packet, |
| 176 | sizeof(hin->onion_routing_packet)); |
| 177 | failonion = create_onionreply(tmpctx, hin->shared_secret, |
no outgoing calls
no test coverage detected