mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 04:41:03 +00:00
More standard staking miner deposits (#3621)
This commit is contained in:
@@ -331,11 +331,8 @@ parameter_types! {
|
||||
|
||||
// signed config
|
||||
pub const SignedMaxSubmissions: u32 = 128;
|
||||
pub const SignedDepositBase: Balance = deposit(1, 0);
|
||||
// A typical solution occupies within an order of magnitude of 50kb.
|
||||
// This formula is currently adjusted such that a typical solution will spend an amount equal
|
||||
// to the base deposit for every 50 kb.
|
||||
pub const SignedDepositByte: Balance = deposit(1, 0) / (50 * 1024);
|
||||
pub const SignedDepositBase: Balance = deposit(2, 0);
|
||||
pub const SignedDepositByte: Balance = deposit(0, 10) / 1024;
|
||||
// Each good submission will get 1 WND as reward
|
||||
pub SignedRewardBase: Balance = 1 * UNITS;
|
||||
// fallback: emergency phase.
|
||||
|
||||
Reference in New Issue
Block a user