Skip to content

Commit fdd5d93

Browse files
committed
typo
1 parent 494dfbd commit fdd5d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1601,7 +1601,7 @@ impl_runtime_apis! {
16011601
use frame_support::traits::ExtrinsicCall;
16021602
let encoded = tx.call().encode();
16031603
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");
1604+
log::warn!("failed to decode with depth limit of 8");
16051605
return Err(TransactionValidityError::Invalid(InvalidTransaction::Call));
16061606
}
16071607
Executive::validate_transaction(source, tx, block_hash)

0 commit comments

Comments
 (0)