diff --git a/docs/content/mini-protocols/local-state-query.md b/docs/content/mini-protocols/local-state-query.md index b66050887..f9a6ccf2a 100644 --- a/docs/content/mini-protocols/local-state-query.md +++ b/docs/content/mini-protocols/local-state-query.md @@ -584,7 +584,7 @@ Be aware that it is possible for an acquire request to fail even if (and in part ## Errors -Errors from the chain synchronization protocol are in the range `2000-2999` and are listed below. +Errors from the state query protocol are in the range `2000-2999` and are listed below. {{% embed-async-api %}} asyncapi: '2.4.0' diff --git a/docs/content/mini-protocols/local-tx-submission.md b/docs/content/mini-protocols/local-tx-submission.md index f2f032dae..16a8fda7a 100644 --- a/docs/content/mini-protocols/local-tx-submission.md +++ b/docs/content/mini-protocols/local-tx-submission.md @@ -183,7 +183,7 @@ client.on('message', function(msg) { ## Errors -Errors from the chain synchronization protocol are in the range `3000-3999` and are listed below. +Errors from the transaction submission protocol are in the range `3000-3999` and are listed below. {{% embed-async-api %}} asyncapi: '2.4.0'