Rename TxType variants to UpperCamelCase (#7012)

This commit is contained in:
Abner Zheng
2024-03-07 01:36:58 +08:00
committed by GitHub
parent dd6742e8b7
commit 6f8d1a8137
19 changed files with 116 additions and 116 deletions

View File

@ -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![],