Move shortstatehash queries from state_accessor to state service.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-09-27 10:01:31 +00:00
parent f2740822e2
commit 83afe81f60
12 changed files with 65 additions and 64 deletions

View File

@@ -117,7 +117,7 @@ where
{
if let Ok(shortstatehash) = self
.services
.state_accessor
.state
.pdu_shortstatehash(pdu.event_id())
.await
{