diff options
Diffstat (limited to 'src/psbt.h')
-rw-r--r-- | src/psbt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/psbt.h b/src/psbt.h index bcff66f7a1..d507d5b6b7 100644 --- a/src/psbt.h +++ b/src/psbt.h @@ -560,6 +560,7 @@ struct PartiallySignedTransaction }; enum class PSBTRole { + CREATOR, UPDATER, SIGNER, FINALIZER, |