We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa7625 commit 4c845a2Copy full SHA for 4c845a2
steps/29/src/balances.rs
@@ -24,7 +24,7 @@ pub struct Pallet {
24
/*
25
TODO:
26
The generic types need to satisfy certain traits in order to be used in the functions below.
27
- - AccountId: Ord
+ - AccountId: Ord + Clone
28
- Balance: Zero + CheckedSub + CheckedAdd + Copy
29
30
You could figure these traits out yourself by letting the compiler tell you what you're missing.
0 commit comments