We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d5eac7 commit 3ccea43Copy full SHA for 3ccea43
steps/33/README.md
@@ -79,7 +79,7 @@ For this we will use a trait with a bunch of associated types:
79
80
```rust
81
pub trait Config {
82
- type AccountId: Ord;
+ type AccountId: Ord + Clone;
83
type BlockNumber: Zero + One + AddAssign + Copy;
84
type Nonce: Zero + One + Copy;
85
// and more if needed
0 commit comments