Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
- fix comment on writing inscription data in `write_data.rs` instruction
  • Loading branch information
amilz committed Jan 18, 2024
1 parent 25f3fdf commit fbd06c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/mpl-inscription/src/processor/write_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ pub(crate) fn process_write_data<'a>(
)?;
}

// Write the inscription metadata to the metadata account.
// Write the inscription data to the inscription account.
sol_memcpy(
&mut ctx.accounts.inscription_account.try_borrow_mut_data()?[args.offset..],
&args.value,
Expand Down

0 comments on commit fbd06c6

Please sign in to comment.