mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: bump alloy 064 (#12488)
This commit is contained in:
@ -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)?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user