Fix incorrect prefix for "Prepared block for proposing at" (#305)

* Fix incorrect prefix for "Prepared block for proposing at"

* Update Substrate & Polkadot

* Fix quotes & codec

* WIP

* Fix logger rename

* Revert "WIP"

This reverts commit af2fe967bb5841a55024783dbccf6c75cba6ab1a.

* WIP

* CLEANUP

* Working state

* WIP

* WIP
This commit is contained in:
Cecile Tonglet
2021-03-17 10:46:55 +01:00
committed by GitHub
parent 2731bd5858
commit 9df91c783c
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -10237,11 +10237,11 @@ dependencies = [
[[package]]
name = "tracing-futures"
version = "0.2.4"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c"
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
dependencies = [
"pin-project 0.4.27",
"pin-project 1.0.4",
"tracing",
]