Cargo Features
[dependencies]
pallet-staking-reward-fn = { version = "22.0.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverpallet-staking-reward-fn
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of log and sp-arithmetic
pallet-staking-reward-fn has 2 features without comments.