You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
By the way, I'm not sure how to properly sign transaction by fn sign_and_submit(call: impl Into<Call>, public: PublicOf<T, Call, Self>) in pallet module. The submit_signed is much easier for me to use :)
The text was updated successfully, but these errors were encountered:
Mainly in this https://github.com/tomusdrw/sub0-offchain-workshop/blob/master/frame/system/src/offchain.rs
By the way, I'm not sure how to properly sign transaction by
fn sign_and_submit(call: impl Into<Call>, public: PublicOf<T, Call, Self>)
in pallet module. Thesubmit_signed
is much easier for me to use :)The text was updated successfully, but these errors were encountered: