Substrate 'register_extension' not working #389
Unanswered
tutacrypto
asked this question in
Q&A
Replies: 1 comment
-
I changed my
Here is the error I get: I asked ChatGPT but it couldn't save me this time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to connect to a Bittensor Finney node and want to use a Substrate Interface extension to use the 'filter_extrinsics' function.
I have tried both with
SubstrateNodeExtension
andPolkascanExtension
, but I get a'SubstrateInterface' object has no attribute 'register_extension'
error.Here is an example of my python code:
I'm running
substrate-interface==1.7.5
.Any help appreciated!
Beta Was this translation helpful? Give feedback.
All reactions