Skip to content

Commit

Permalink
fix: mock signature retrieval
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr committed Oct 25, 2024
1 parent 3c117b5 commit 0f1625e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/chainhook-cli/src/storage/signers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -651,8 +651,8 @@ pub fn get_signer_db_messages_received_at_block(
"mock_signature" => db_tx
.query_row(
"SELECT p.burn_block_height, p.stacks_tip_consensus_hash, p.stacks_tip, p.stacks_tip_height,
p.pox_consensus, p.server_version AS peer_version, p.network_id, s.server_version, s.signature,
s.pubkey
p.pox_consensus, p.server_version AS peer_version, p.network_id, p.index_block_hash, s.server_version,
s.signature, s.pubkey
FROM mock_signatures AS s
INNER JOIN mock_proposals AS p ON p.id = s.mock_proposal_id
WHERE s.message_id = ?",
Expand Down

0 comments on commit 0f1625e

Please sign in to comment.