The function secp256k1_schnorrsig_serialize was not found. Maybe you did not declare it correctly or list all dependencies?
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
25
if (!/** @scrutinizer ignore-call */ secp256k1_schnorrsig_serialize($this->context, $out, $this->schnorrSig)) {
Loading history...
26
throw new \RuntimeException("failed to serialize schnorrsig");