chore: bump alloy 064 (#12488)

This commit is contained in:
Matthias Seitz
2024-11-13 01:06:25 +01:00
committed by GitHub
parent ce50370ba5
commit a96dee17f5
6 changed files with 170 additions and 160 deletions

View File

@ -149,7 +149,7 @@ impl TransactionSigned {
chain_id: None,
};
let v: u64 = Decodable::decode(data)?;
let v = Decodable::decode(data)?;
let r: U256 = Decodable::decode(data)?;
let s: U256 = Decodable::decode(data)?;