Skip to content

Commit f602f6a

Browse files
committed
fix: wrong quorum info hash
1 parent 217197c commit f602f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpc-client/src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ pub trait RpcApi: Sized {
12851285
let mut result =
12861286
self.get_quorum_info(llmq_type, &quorum_hash.reverse(), include_sk_share)?;
12871287

1288-
result.quorum_hash = quorum_hash.reverse();
1288+
result.quorum_hash = result.quorum_hash.reverse();
12891289

12901290
Ok(result)
12911291
}

0 commit comments

Comments
 (0)