mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 08:11:03 +00:00
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:
@@ -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
|
||||
})?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user