mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex.git
synced 2026-09-21 16:52:00 -07:00
Merge pull request #116 from Permissionless-Software-Foundation/ct-unstable
fix(offer): Adding makerNpub property to db model
This commit is contained in:
@@ -18,6 +18,7 @@ const Offer = new mongoose.Schema({
|
||||
p2wdbHash: { type: String },
|
||||
offerStatus: { type: String },
|
||||
makerAddr: { type: String },
|
||||
makerNpub: { type: String },
|
||||
|
||||
// Authentication data
|
||||
signature: { type: String },
|
||||
|
||||
Reference in New Issue
Block a user