mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Implement pre_dispatch for SignedExtensions (#370)
* Explicitly specify master branch for sp-keyring dev dependency * Implement pre_dispatch for `SignedExtension`s * Update macro/Cargo.toml Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com> Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com>
This commit is contained in:
+1
-1
@@ -34,4 +34,4 @@ pretty_assertions = "0.6.1"
|
||||
subxt = { path = ".." }
|
||||
trybuild = "1.0.38"
|
||||
|
||||
sp-keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate/" }
|
||||
sp-keyring = { git = "https://github.com/paritytech/substrate/", branch = "master" }
|
||||
|
||||
Reference in New Issue
Block a user