Oh, and then there was a node running LND master. And those running * LND with LNDK: so we added global disable. */
| 492 | /* Oh, and then there was a node running LND master. And those running |
| 493 | * LND with LNDK: so we added global disable. */ |
| 494 | static bool use_uniform_writes(const struct peer *peer) |
| 495 | { |
| 496 | return peer->daemon->message_padding |
| 497 | && feature_offered(peer->their_features, OPT_ONION_MESSAGES) |
| 498 | && !feature_offered(peer->their_features, 154); |
| 499 | } |
| 500 | |
| 501 | /* (Continue) writing the encrypted_peer_out array */ |
| 502 | static struct io_plan *write_encrypted_to_peer(struct peer *peer) |
no test coverage detected