mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 11:15:56 +00:00
Improve manifest relaying and domain reporting:
- The changes to manifest relaying introduced with commit f74b469e68
will cause newly accepted manifests to be sent back to the peer from
which they were received. This no longer happens: a newly accepted
manifest is never sent back to the peer we received it from.
- When encountering a manifest without a domain set, the `manifest` and
`validator_info` commands would include an empty string as the domain
associated with the manifest. This no longer happens: if a domain is
not present, the `domain` field will not be.
This commit is contained in:
@@ -106,7 +106,6 @@ public:
|
||||
BEAST_EXPECT(info[jss::result][jss::manifest] == manifest);
|
||||
BEAST_EXPECT(
|
||||
info[jss::result][jss::ephemeral_key] == ephemeral_key);
|
||||
BEAST_EXPECT(info[jss::result][jss::domain] == "");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user