w3f / substrate

Fork of parity Substrate to help W3F researchers to contribute to the code.
Apache License 2.0
0 stars 0 forks source link

fix `tests.rs:create_beefy_keystore` to use correct key ring to generate keys #7

Closed drskalman closed 1 year ago

drskalman commented 1 year ago

currently it is using ecdsa all the time. It should use GenericKeyring::pair instead.

drskalman commented 1 year ago

This has been fixed