From 70e72efcca3931b12820fda38ec0ffec48bb6380 Mon Sep 17 00:00:00 2001 From: Frank Y Date: Tue, 26 Jul 2022 10:26:53 +0800 Subject: [PATCH] fix desc error --- documentation/en/api-v0-methods.md | 2 +- documentation/en/api-v1-unstable-methods.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/en/api-v0-methods.md b/documentation/en/api-v0-methods.md index 906d90a38..e0eb3244d 100644 --- a/documentation/en/api-v0-methods.md +++ b/documentation/en/api-v0-methods.md @@ -6195,7 +6195,7 @@ Response: ### StateReplay StateReplay replays a given message, assuming it was included in a block in the specified tipset. -If a tipset key is provided, and a replacing message is found on chain, +If a tipset key is provided, and a replacing message is not found on chain, the method will return an error saying that the message wasn't found If no tipset key is provided, the appropriate tipset is looked up, and if diff --git a/documentation/en/api-v1-unstable-methods.md b/documentation/en/api-v1-unstable-methods.md index bab6bfc36..0604a8431 100644 --- a/documentation/en/api-v1-unstable-methods.md +++ b/documentation/en/api-v1-unstable-methods.md @@ -6663,7 +6663,7 @@ Response: ### StateReplay StateReplay replays a given message, assuming it was included in a block in the specified tipset. -If a tipset key is provided, and a replacing message is found on chain, +If a tipset key is provided, and a replacing message is not found on chain, the method will return an error saying that the message wasn't found If no tipset key is provided, the appropriate tipset is looked up, and if