mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Rename TxType variants to UpperCamelCase (#7012)
This commit is contained in:
@ -45,7 +45,7 @@ mod tests {
|
||||
fn roundtrip_eip1559() {
|
||||
let receipts = Receipts(vec![vec![ReceiptWithBloom {
|
||||
receipt: Receipt {
|
||||
tx_type: TxType::EIP1559,
|
||||
tx_type: TxType::Eip1559,
|
||||
success: false,
|
||||
cumulative_gas_used: 0,
|
||||
logs: vec![],
|
||||
|
||||
Reference in New Issue
Block a user