mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 17:31:05 +00:00
fix full_crypto (#4133)
* hopefully fixing api-client with this * another use statement needed * using full path for Vec * next try * yet again * cleanup
This commit is contained in:
@@ -141,7 +141,7 @@ macro_rules! app_crypto_pair {
|
||||
<$pair>::verify_weak(sig, message, pubkey)
|
||||
}
|
||||
fn public(&self) -> Self::Public { Public(self.0.public()) }
|
||||
fn to_raw_vec(&self) -> Vec<u8> { self.0.to_raw_vec() }
|
||||
fn to_raw_vec(&self) -> $crate::Vec<u8> { self.0.to_raw_vec() }
|
||||
}
|
||||
|
||||
impl $crate::AppKey for Pair {
|
||||
|
||||
Reference in New Issue
Block a user