We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494dfbd commit fdd5d93Copy full SHA for fdd5d93
runtime/src/lib.rs
@@ -1601,7 +1601,7 @@ impl_runtime_apis! {
1601
use frame_support::traits::ExtrinsicCall;
1602
let encoded = tx.call().encode();
1603
if RuntimeCall::decode_all_with_depth_limit(8, &mut encoded.as_slice()).is_err() {
1604
- log::warn!("failed to decde with depth limit of 8");
+ log::warn!("failed to decode with depth limit of 8");
1605
return Err(TransactionValidityError::Invalid(InvalidTransaction::Call));
1606
}
1607
Executive::validate_transaction(source, tx, block_hash)
0 commit comments