We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa07e2 commit 52b24e0Copy full SHA for 52b24e0
substrate-node/runtime/src/migrations.rs
@@ -70,7 +70,7 @@ impl frame_support::traits::OnRuntimeUpgrade for InsertNewFarmingPolicies {
70
let farming_policy_2: pallet_tfgrid::types::FarmingPolicy<BlockNumber> =
71
pallet_tfgrid::types::FarmingPolicy {
72
version: 1,
73
- id: 1,
+ id: 2,
74
name: "farming_policy_certified_nodes_default".as_bytes().to_vec(),
75
cu: 3000,
76
su: 1250,
0 commit comments