-
Notifications
You must be signed in to change notification settings - Fork 6
Can no longer mark a failed meetup as completed #275
Copy link
Copy link
Closed
Description
Since paritytech/substrate#11927 changes, the storage don't persist when a call return an error. See paritytech/substrate#11533 (comment)
So
Line 597 in 615c292
| <IssuedRewards<T>>::insert((cid, cindex), meetup_index, ()); |
The test claim_rewards_error_results_in_meetup_marked_as_completed fails at
pallets/ceremonies/src/tests.rs
Line 1040 in 615c292
| assert!(IssuedRewards::<TestRuntime>::contains_key((cid, cindex), 1)); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels