mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 21:41:12 +00:00
Minor update on example-offchain-worker code and comment (#5970)
* Minor update on example-offchain-worker code and comment Signed-off-by: Jimmy Chu <jimmychu0807@gmail.com> * Update frame/system/src/offchain.rs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
@@ -382,6 +382,7 @@ impl<T: SigningTypes> Clone for Account<T> where
|
||||
/// ```ignore
|
||||
/// // im-online specific crypto
|
||||
/// type RuntimeAppPublic = ImOnline(sr25519::Public);
|
||||
///
|
||||
/// // wrapped "raw" crypto
|
||||
/// type GenericPublic = sr25519::Public;
|
||||
/// type GenericSignature = sr25519::Signature;
|
||||
|
||||
Reference in New Issue
Block a user