Skip to content

Initial version of claim_staker_reward #1344

Initial version of claim_staker_reward

Initial version of claim_staker_reward #1344

Triggered via push October 12, 2023 16:27
Status Success
Total duration 2h 19m 34s
Artifacts

base_checks.yaml

on: push
clean-up-actions
2s
clean-up-actions
compile-and-check
2h 19m
compile-and-check
Fit to window
Zoom out
Zoom in

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`