Skip to content

Commit

Permalink
Fix docs inconsistency (ordinals#2276)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph authored Jul 16, 2023
1 parent 2c22496 commit cd215af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/guides/inscriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ content, the higher the fee that the inscription transaction must pay.

Inscription content is included in transaction witnesses, which receive the
witness discount. To calculate the approximate fee that an inscribe transaction
will pay, divide the content size by four and muliply by the fee rate.
will pay, divide the content size by four and multiply by the fee rate.

Inscription transactions must be less than 400,000 weight units, or they will
not be relayed by Bitcoin Core. One byte of inscription content costs one
Expand All @@ -174,10 +174,10 @@ for the reveal transaction, and the inscription ID. Inscription IDs are of the
form `TXIDiN`, where `TXID` is the transaction ID of the reveal transaction,
and `N` is the index of the inscription in the reveal transaction.

The commit transaction commits to a tapscript containing the contents of the
The commit transaction commits to a tapscript containing the content of the
inscription, and the reveal transaction spends from that tapscript, revealing
the contents on chain and inscribing them on the first sat of the first output
of the reveal transaction.
the content on chain and inscribing it on the first sat of the input that
contains the corresponding tapscript.

Wait for the reveal transaction to be mined. You can check the status of the
commit and reveal transactions using [the mempool.space block
Expand Down

0 comments on commit cd215af

Please sign in to comment.