shawntabrizi / rust-state-machine

A tutorial for building a Polkadot SDK-like state machine written from scratch in Rust.
https://www.shawntabrizi.com/rust-state-machine/
MIT License
56 stars 18 forks source link

Dot Code School Suggestion: Feedback for Section 2 - Chapter 3: Interacting with Balances #6

Closed khudeja215 closed 4 months ago

khudeja215 commented 4 months ago

Lesson2: Chapter 3: Setting and Reading User Balances

To be consistent with the code on the right side, the text on the left side in step 1 it should read : impl Pallet { .... } instead of impl BalancesModule { .. }

// -- snip --

}

Screenshot 2024-05-08 at 11 06 06 AM
shawntabrizi commented 4 months ago

Thank you!