mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex.git
synced 2026-09-22 01:02:00 -07:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ae6e708f51 | ||
|
|
442f4ed752 | ||
|
|
8617cf5fd0 | ||
|
|
2e00230f79 | ||
|
|
b4d2506e81 |
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
@@ -816,7 +816,7 @@ class OfferUseCases {
|
||||
try {
|
||||
// Retrieve offers array.
|
||||
const offers = await this.adapters.nostr.read()
|
||||
console.log('offers: ', offers)
|
||||
// console.log('offers: ', offers)
|
||||
|
||||
for (let i = 0; i < offers.length; i++) {
|
||||
try {
|
||||
@@ -827,7 +827,7 @@ class OfferUseCases {
|
||||
|
||||
// Append the Nostr Event ID to the offer object
|
||||
offerObj.data.nostrEventId = offer.eventId
|
||||
console.log('loadOffers() offerObj: ', offerObj)
|
||||
// console.log('loadOffers() offerObj: ', offerObj)
|
||||
|
||||
if (offerObj.data.dataType === 'offer') {
|
||||
// Try to create new offer
|
||||
|
||||
Reference in New Issue
Block a user