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
62 stars 21 forks source link

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

Closed lhymmEU closed 6 months ago

lhymmEU commented 6 months ago

It seems like the struct's name is not synced, in this chapter, the struct is called "BalancesModule", while in the previous one and the code examples, it is called "Pallet".