Enable analyzepsbt

This commit is contained in:
Andrew Chow 2021-05-12 18:53:00 -04:00
parent b65a00f095
commit 64b30bfc3d
7 changed files with 92 additions and 88 deletions

View file

@ -715,6 +715,7 @@ std::string PSBTRoleName(PSBTRole role) {
switch (role) {
case PSBTRole::CREATOR: return "creator";
case PSBTRole::UPDATER: return "updater";
case PSBTRole::BLINDER: return "blinder";
case PSBTRole::SIGNER: return "signer";
case PSBTRole::FINALIZER: return "finalizer";
case PSBTRole::EXTRACTOR: return "extractor";