From 4a22ddbacd81ae19926639d42935e29e67232c9c Mon Sep 17 00:00:00 2001 From: rabbit <18340247+crypticrabbit@users.noreply.github.com> Date: Sun, 11 Aug 2019 12:35:04 -0400 Subject: [PATCH] Validation stream messages are from all validators Edited the description of the validation stream. This resolves: https://github.com/ripple/ripple-dev-portal/issues/670 --- .../public-rippled-methods/subscription-methods/subscribe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/references/rippled-api/public-rippled-methods/subscription-methods/subscribe.md b/content/references/rippled-api/public-rippled-methods/subscription-methods/subscribe.md index 7138cbe6ad..2bc927ae7e 100644 --- a/content/references/rippled-api/public-rippled-methods/subscription-methods/subscribe.md +++ b/content/references/rippled-api/public-rippled-methods/subscription-methods/subscribe.md @@ -169,7 +169,7 @@ The fields from a ledger stream message are as follows: [New in: rippled 0.29.0][] -The validations stream sends messages whenever it receives validation messages, also called validation votes, from validators it trusts. The message looks like the following: +The validations stream sends messages whenever it receives validation messages, also called validation votes, regardless of whether or not the validation message is from a trusted validator. The message looks like the following: ``` {