Skip to content

Commit 4c845a2

Browse files
committed
add missing trait, fix #26
1 parent 3fa7625 commit 4c845a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

steps/29/src/balances.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub struct Pallet {
2424
/*
2525
TODO:
2626
The generic types need to satisfy certain traits in order to be used in the functions below.
27-
- AccountId: Ord
27+
- AccountId: Ord + Clone
2828
- Balance: Zero + CheckedSub + CheckedAdd + Copy
2929
3030
You could figure these traits out yourself by letting the compiler tell you what you're missing.

0 commit comments

Comments
 (0)