@seunlanlege can you please check and help me fixing:
error[E0046]: not all trait items implemented, missing: `Pair`
--> /Users/b/.cargo/git/checkouts/substrate-7e08433d4c370a21/616d33e/primitives/application-crypto/src/lib.rs:484:3
|
484 | impl $crate::CryptoType for Signature {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `Pair` in implementation
|
::: /Users/b/.cargo/git/checkouts/substrate-7e08433d4c370a21/616d33e/primitives/application-crypto/src/sr25519.rs:29:5
|
29 | crate::app_crypto!(super, SR25519);
| ---------------------------------- in this macro invocation
|
= note: this error originates in the macro `$crate::app_crypto_signature_not_full_crypto` (in Nightly builds, run with -Z macro-backtrace for more info)
@seunlanlege can you please check and help me fixing:
@Wizdave97 was trying to help out