Skip to content

Commit

Permalink
fix(drive): set sign height when rebroadcasting (#2210)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer authored Oct 5, 2024
1 parent 00fb663 commit 1c8a83f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ where
WithdrawalStatus::BROADCASTED as u8,
);

document.set_u64(
withdrawal::properties::TRANSACTION_SIGN_HEIGHT,
block_info.core_height as u64,
);

document.set_updated_at(Some(block_info.time_ms));

document.increment_revision().map_err(Error::Protocol)?;
Expand Down

0 comments on commit 1c8a83f

Please sign in to comment.