You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::vector<unsignedchar> taproot_key_path_sig; /// Schnorr signature for key path spending
76
76
std::map<std::pair<XOnlyPubKey, uint256>, std::vector<unsignedchar>> taproot_script_sigs; ///< (Partial) schnorr signatures, indexed by XOnlyPubKey and leaf_hash.
77
+
std::map<XOnlyPubKey, std::pair<std::set<uint256>, KeyOriginInfo>> taproot_misc_pubkeys; ///< Miscellaneous Taproot pubkeys involved in this input along with their leaf script hashes and key origin data. Also includes the Taproot internal key (may have no leaf script hashes).
77
78
std::vector<CKeyID> missing_pubkeys; ///< KeyIDs of pubkeys which could not be found
78
79
std::vector<CKeyID> missing_sigs; ///< KeyIDs of pubkeys for signatures which could not be found
79
80
uint160 missing_redeem_script; ///< ScriptID of the missing redeemScript (if any)
0 commit comments