From 122260ff591cb47170b9025e37db8dad59461450 Mon Sep 17 00:00:00 2001 From: "Demi M. Obenour" Date: Sun, 17 May 2020 13:48:41 -0400 Subject: [PATCH] Explain undefined method diagnostics --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2d59d4716e..88c985311b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ A library to **sub**mit e**xt**rinsics to a [substrate](https://github.com/parit See [examples](./examples). +If you use `#[derive(Call)]` without `#[module]` in the same module, you will get errors +complaining about an undefined method with a name starting with `with_`. + **Alternatives** [substrate-api-client](https://github.com/scs/substrate-api-client) provides similar functionality.