Skip to content

Commit 807ec2c

Browse files
committed
fix formatting
1 parent 933f114 commit 807ec2c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/nip-drafts/nip-SDAN.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ This Action Event is used by the offerer to propose its ad space for a given bid
218218
* **invoice** (`required`): A BOLT11 invoice, BOLT12 offer, or LNURL address for payment.
219219

220220
The tags must include:
221+
221222
* **e**: The ID of the original bidding event this offer is responding to.
222223
* **p**: The pubkey of the advertiser who made the bid.
223224

@@ -230,6 +231,7 @@ This Action Event is used by the advertiser to accept a specific offer. The encr
230231
* **type**: `accept_offer`
231232

232233
The tags must include:
234+
233235
* **e**: The ID of the original bidding event this offer is responding to.
234236
* **p**: The pubkey of the offerer who made the offer.
235237

@@ -243,6 +245,7 @@ This Action Event is used by the advertiser to decline a specific offer. The enc
243245
* **message** (`required`): A string explaining the reason for rejection.
244246

245247
The tags must include:
248+
246249
* **e**: The ID of the original bidding event this offer is responding to.
247250
* **p**: The pubkey of the offerer who made the offer.
248251

@@ -265,6 +268,7 @@ When the offerer has reason to believe the requested action has been successfull
265268
* **message** (`required`): A human‑readable explanation of why the action is considered complete (e.g., “Ad displayed to user”, “User clicked link”, “Purchase confirmed”). This explanation can be evaluated by a human or an automated reviewer to determine whether the action was successfully completed.
266269

267270
The tags must include:
271+
268272
* **e**: The ID of the original bidding event this payment request is related to.
269273
* **p**: The pubkey of the advertiser who made the bid.
270274

@@ -282,6 +286,7 @@ Triggered when the advertiser processes a **Payment Request**. Upon receiving a
282286
* If verification fails or payment cannot be executed, the advertiser should instead publish a **Payout Error** ActionEvent.
283287

284288
The tags must include:
289+
285290
* **e**: The ID of the original bidding event this payout is related to.
286291
* **p**: The pubkey of the offerer who made the offer.
287292

@@ -299,6 +304,7 @@ Sent when the advertiser is unable to complete the payout. The encrypted `conten
299304

300305

301306
The tags must include:
307+
302308
* **e**: The ID of the original bidding event this payout error is related to.
303309
* **p**: The pubkey of the offerer who made the offer.
304310

0 commit comments

Comments
 (0)