Skip to content
Unverified Commit a8722784 authored by gupnik's avatar gupnik Committed by GitHub
Browse files

Removes constraint in `BlockNumberProvider` from treasury (#6522)

https://github.com/paritytech/polkadot-sdk/pull/3970 updated the
treasury pallet to support relay chain block number provider. However,
it added a constraint to the BlockNumberProvider to have the same block
number type as frame_system:

```rust
type BlockNumberProvider: BlockNumberProvider<BlockNumber = BlockNumberFor<Self>>;
```

This PR removes that constraint as suggested by @gui1117
parent 70b6c7b0
Pipeline #506446 waiting for manual action with stages
in 36 minutes and 59 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment