git.delta.rocks / unique-network / refs/commits / 7a8820bcb682

difftreelog

fix pending accept and removal for resources

Daniel Shiposha2022-05-23parent: #f42d246.patch.diff
in: master

1 file changed

modifiedpallets/proxy-rmrk-core/src/property.rsdiffbeforeafterboth
7 Recipient,7 Recipient,
8 Royalty,8 Royalty,
9 Equipped,9 Equipped,
10 Pending,
11 ResourceCollection,10 ResourceCollection,
12 ResourcePriorities,11 ResourcePriorities,
12 PendingResourceAccept,
13 PendingRemoval,13 PendingResourceRemoval,
14 Parts,14 Parts,
15 Base,15 Base,
16 Src,16 Src,
50 Self::Recipient => key!("recipient"),50 Self::Recipient => key!("recipient"),
51 Self::Royalty => key!("royalty"),51 Self::Royalty => key!("royalty"),
52 Self::Equipped => key!("equipped"),52 Self::Equipped => key!("equipped"),
53 Self::Pending => key!("pending"),
54 Self::ResourceCollection => key!("resource-collection"),53 Self::ResourceCollection => key!("resource-collection"),
55 Self::ResourcePriorities => key!("resource-priorities"),54 Self::ResourcePriorities => key!("resource-priorities"),
55 Self::PendingResourceAccept => key!("pending-accept"),
56 Self::PendingRemoval => key!("pending-removal"),56 Self::PendingResourceRemoval => key!("pending-removal"),
57 Self::Parts => key!("parts"),57 Self::Parts => key!("parts"),
58 Self::Base => key!("base"),58 Self::Base => key!("base"),
59 Self::Src => key!("src"),59 Self::Src => key!("src"),