Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Change "Self::BlockNumber" to "BlockNumberFor<Self>" #2104

Merged
merged 4 commits into from
Jan 22, 2024

Conversation

Jackliu-miaozi
Copy link
Contributor

@Jackliu-miaozi Jackliu-miaozi commented Jan 3, 2024

Change

Self::BlockNumber

to

BlockNumberFor<Self>

change 
```rust
Self::BlockNumber
```

```rust
BlockNumberFor<Self>
```
Copy link

netlify bot commented Jan 3, 2024

Deploy Preview for substrate-docs ready!

Name Link
🔨 Latest commit a1a0e15
🔍 Latest deploy log https://app.netlify.com/sites/substrate-docs/deploys/65acbf9c806ca600082f85eb
😎 Deploy Preview https://deploy-preview-2104--substrate-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@kianenigma kianenigma merged commit 290c333 into polkadot-developers:main Jan 22, 2024
5 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants