mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 16:17:59 +00:00
chore: update some deps to prune duplicated deps (#14515)
* chore: update some deps to prune duplicated deps - array-bytes: 4.1.0 => 6.1.0 - cid: 0.8.6 => 0.9.0 * fix
This commit is contained in:
@@ -3608,7 +3608,9 @@ mod tests {
|
||||
);
|
||||
assert_eq!(
|
||||
ctx.ext.ecdsa_to_eth_address(&pubkey_compressed).unwrap(),
|
||||
array_bytes::hex2array_unchecked::<20>("09231da7b19A016f9e576d23B16277062F4d46A8")
|
||||
array_bytes::hex2array_unchecked::<_, 20>(
|
||||
"09231da7b19A016f9e576d23B16277062F4d46A8"
|
||||
)
|
||||
);
|
||||
exec_success()
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user