Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

types reversed in name-service/src/lib.rs and name-service/src/mock.rs #7377

Closed
spencerbh opened this issue Oct 22, 2020 · 1 comment
Closed
Labels
J2-unconfirmed Issue might be valid, but it’s not yet known.

Comments

@spencerbh
Copy link

pub ExtensionsOn: ExtensionConfig<Balance, BlockNumber> = ExtensionConfig {

pub struct ExtensionConfig<BlockNumber, Balance> {

Inconsistent order of types <BlockNumber, Balance> in ExtensionConfig, unsure if relevant in this context?

@github-actions github-actions bot added the J2-unconfirmed Issue might be valid, but it’s not yet known. label Oct 22, 2020
@gui1117
Copy link
Contributor

gui1117 commented Oct 23, 2020

This is not in master, but only in this PR #7197 isn't it ?

Thus I reported there

@gui1117 gui1117 closed this as completed Oct 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
J2-unconfirmed Issue might be valid, but it’s not yet known.
Projects
None yet
Development

No branches or pull requests

2 participants