Update to latest Substrate and Polkadot (#348)

* Update to latest Substrate and Polkadot

* log::debug!

* Add log dependecies to runtime

* Comma

* Fix tests
This commit is contained in:
Andrew Jones
2021-03-03 12:20:17 +00:00
committed by GitHub
parent d6bc185ed3
commit fb649f19c2
7 changed files with 313 additions and 247 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ decl_module! {
relay_chain_state
)
.map_err(|err| {
frame_support::debug::print!("invalid relay chain merkle proof: {:?}", err);
log::debug!("invalid relay chain merkle proof: {:?}", err);
Error::<T>::InvalidRelayChainMerkleProof
})?;