Implement set_block_number for runtime-bencmarks in RelayBlockNumberProiver (#1187)

This commit is contained in:
girazoki
2022-04-21 10:23:20 +02:00
committed by GitHub
parent 8b31bce403
commit 08bc38ddff
2 changed files with 11 additions and 0 deletions
+4
View File
@@ -73,3 +73,7 @@ std = [
"sp-trie/std",
"xcm/std"
]
runtime-benchmarks = [
"sp-runtime/runtime-benchmarks"
]