mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 19:51:05 +00:00
sp-api: Set correct where bound in the generated code (#14252)
The where bound for the `create_metadata` function wasn't correct. This pr fixes this by using the where bound declared at the type declaration augmented with the manual where bound.
This commit is contained in:
Generated
+1
@@ -10654,6 +10654,7 @@ dependencies = [
|
||||
"parity-scale-codec",
|
||||
"rustversion",
|
||||
"sc-block-builder",
|
||||
"scale-info",
|
||||
"sp-api",
|
||||
"sp-consensus",
|
||||
"sp-core",
|
||||
|
||||
Reference in New Issue
Block a user