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 7317ca3 commit e47d9d8Copy full SHA for e47d9d8
src/message_pool/msgpool/msg_pool.rs
@@ -603,12 +603,6 @@ where
603
bls_sig_cache.push(msg.cid().into(), msg.signature().clone());
604
}
605
606
- if msg.message().gas_limit > 100_000_000 {
607
- return Err(Error::Other(
608
- "given message has too high of a gas limit".to_string(),
609
- ));
610
- }
611
-
612
api.put_message(&ChainMessage::Signed(msg.clone()))?;
613
api.put_message(&ChainMessage::Unsigned(msg.message().clone()))?;
614
0 commit comments