chore: skip tx rlp test in celo
This commit is contained in:
parent
25c2e0e199
commit
1d79ec1360
|
@ -97,6 +97,7 @@ mod tests {
|
||||||
use crate::types::{transaction::eip2718::TypedTransaction, U256};
|
use crate::types::{transaction::eip2718::TypedTransaction, U256};
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg_attr(feature = "celo", ignore)]
|
||||||
// https://github.com/ethereum/go-ethereum/blob/c503f98f6d5e80e079c1d8a3601d188af2a899da/core/types/transaction_test.go#L59-L67
|
// https://github.com/ethereum/go-ethereum/blob/c503f98f6d5e80e079c1d8a3601d188af2a899da/core/types/transaction_test.go#L59-L67
|
||||||
fn rlp() {
|
fn rlp() {
|
||||||
let tx: TypedTransaction = TransactionRequest::new()
|
let tx: TypedTransaction = TransactionRequest::new()
|
||||||
|
|
Loading…
Reference in New Issue