We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2703064 commit 970dd9dCopy full SHA for 970dd9d
crates/rpc/src/eth/endpoints.rs
@@ -88,7 +88,7 @@ impl TryFrom<SubscribeArgs> for InterestKind {
88
89
pub(super) async fn not_supported() -> ResponsePayload<(), ()> {
90
ResponsePayload::internal_error_message(Cow::Borrowed(
91
- "Method not supported. See signet documentation for a list of unsupported methods: https://docs.signet.sh/.",
+ "Method not supported. See signet documentation for a list of unsupported methods: https://signet.sh/docs",
92
))
93
}
94
0 commit comments