mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 22:11:06 +00:00
Use non-binary pronouns in comments. (#13209)
* use non binary pronouns in comments * cargo fmt * fix the use of "it" with "they" when dealing about an opperations identity
This commit is contained in:
@@ -50,8 +50,8 @@ impl<T: Config<I>, I: 'static> Pallet<T, I> {
|
||||
details.owner = dest;
|
||||
|
||||
// The approved account has to be reset to None, because otherwise pre-approve attack would
|
||||
// be possible, where the owner can approve his second account before making the transaction
|
||||
// and then claiming the item back.
|
||||
// be possible, where the owner can approve their second account before making the
|
||||
// transaction and then claiming the item back.
|
||||
details.approved = None;
|
||||
|
||||
Item::<T, I>::insert(&collection, &item, &details);
|
||||
|
||||
Reference in New Issue
Block a user