Clears the analysis results and records an error message.

Synopsis

Declared in <node/psbt.h>

void
SetInvalid(std::string err_msg);

Parameters

Name

Description

err_msg

The error message describing why the PSBT is invalid.

Created with MrDocs