Skip to content

Commit

Permalink
try runtime build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinonard committed Oct 25, 2023
1 parent 589575b commit 1e80e09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pallets/dapp-staking-v3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ std = [
"pallet-balances/std",
"astar-primitives/std",
]
try-runtime = ["frame-support/try-runtime"]
1 change: 1 addition & 0 deletions runtime/local/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ try-runtime = [
"pallet-contracts/try-runtime",
"pallet-custom-signatures/try-runtime",
"pallet-dapps-staking/try-runtime",
"pallet-dapp-staking-v3/try-runtime",
"pallet-grandpa/try-runtime",
"pallet-insecure-randomness-collective-flip/try-runtime",
"pallet-sudo/try-runtime",
Expand Down

0 comments on commit 1e80e09

Please sign in to comment.