From 47c9c5044692ea107f9dad1fa9625cc67be95b12 Mon Sep 17 00:00:00 2001 From: waitkeeper <13641537547@163.com> Date: Mon, 20 Nov 2023 11:01:48 +0800 Subject: [PATCH] fix markdown syntax fix markdown syntax --- overview/how-ethscriptions-work.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overview/how-ethscriptions-work.md b/overview/how-ethscriptions-work.md index 771a72d..1145ca5 100644 --- a/overview/how-ethscriptions-work.md +++ b/overview/how-ethscriptions-work.md @@ -48,7 +48,7 @@ If a contract emits `ethscriptions_protocol_TransferEthscription`(signature belo #### Transferring From Smart Contracts, Under ESIP-2 -If a contract emits `ethscriptions_protocol_TransferEthscriptionForPreviousOwner`, the protocol should register a valid ethscription transfer from the emitting contract to `recipient` of the ethscription with id `ethscriptionId`, provided: +If a contract emits `ethscriptions_protocol_TransferEthscriptionForPreviousOwner`, the protocol should register a valid ethscription transfer from the emitting contract to `recipient` of the `ethscription` with id `ethscriptionId`, provided: 1. The emitting contract owns the ethscription with id `ethscriptionId` when it emits the event. 2. The ethscription's previous owner was `previousOwner`.