Generated stub for fromwire_fail */
| 54 | { fprintf(stderr, "fromwire_bool called!\n"); abort(); } |
| 55 | /* Generated stub for fromwire_fail */ |
| 56 | void *fromwire_fail(const u8 **cursor UNNEEDED, size_t *max UNNEEDED) |
| 57 | { fprintf(stderr, "fromwire_fail called!\n"); abort(); } |
| 58 | /* Generated stub for fromwire_secp256k1_ecdsa_signature */ |
| 59 | void fromwire_secp256k1_ecdsa_signature(const u8 **cursor UNNEEDED, size_t *max UNNEEDED, |
| 60 | secp256k1_ecdsa_signature *signature UNNEEDED) |
no test coverage detected