Skip to content

Commit

Permalink
better spot for TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
shawntabrizi committed Aug 6, 2024
1 parent 5c461a2 commit 6af216b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion steps/3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] }
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
# 🚧 TODO 🚧: Learn about the Polkadot SDK and FRAME.
frame = { package = "polkadot-sdk-frame", version = "0.6.0", default-features = false, features = ["experimental", "runtime"] }

[features]
Expand Down
1 change: 1 addition & 0 deletions steps/3/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

mod impls;

/* 🚧 TODO 🚧: Learn about the Polkadot SDK and FRAME. */
use frame::prelude::*;
pub use pallet::*;

Expand Down

0 comments on commit 6af216b

Please sign in to comment.