Files
pezkuwi-subxt/substrate/frame
Davide Galassi 6f53b974b2 Fix beefy mock ecdsa keys (#10854)
Compressed ECDSA keys requires to have 0x02 or 0x03 as their first byte
in order to allow public key recovery.

Nevertheless the test was working because of the `unwrap_or_default()`
at the end of the conversion routine (i.e. the invalid keys were
converted to an empty vector).
2022-02-15 14:19:39 +01:00
..
2022-02-15 14:19:39 +01:00
2022-02-14 20:12:25 +00:00
2022-02-14 20:12:25 +00:00
2022-02-13 23:14:32 +01:00