Merge pull request #116 from Permissionless-Software-Foundation/ct-unstable

fix(offer): Adding makerNpub property to db model
This commit is contained in:
Chris Troutner
2025-10-26 11:14:07 -07:00
committed by GitHub
+1
View File
@@ -18,6 +18,7 @@ const Offer = new mongoose.Schema({
p2wdbHash: { type: String }, p2wdbHash: { type: String },
offerStatus: { type: String }, offerStatus: { type: String },
makerAddr: { type: String }, makerAddr: { type: String },
makerNpub: { type: String },
// Authentication data // Authentication data
signature: { type: String }, signature: { type: String },