Initial version of claim_staker_reward #1344
base_checks.yaml
on: push
clean-up-actions
2s
compile-and-check
2h 19m
Annotations
1 error
unused `std::result::Result` that must be used:
pallets/dapp-staking-v3/src/lib.rs#L1048
error: unused `std::result::Result` that must be used
--> pallets/dapp-staking-v3/src/lib.rs:1048:13
|
1048 | T::Currency::deposit_into_existing(&account, reward_sum);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this `Result` may be an `Err` variant, which should be handled
= note: `-D unused-must-use` implied by `-D warnings`
|