This commit is contained in:
thesimplekid
2023-04-23 13:40:52 -04:00
parent 6344925830
commit 231bc6f286
6 changed files with 156 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ pub struct BlindedMessage {
pub b: String,
}
/// Promise (BlindedMessage) [NIP-00]
/// Promise (BlindedSignature) [NIP-00]
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
pub struct Promise {
pub id: String,