Skip to content

Commit 578a24f

Browse files
authored
Merge pull request #3710 from fess-v/draft/multisig-order-independence
Feat: Signature order-independence fix for multisig tx
2 parents ae18e3c + 9addd7e commit 578a24f

28 files changed

+5415
-2332
lines changed

stackslib/src/chainstate/nakamoto/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ lazy_static! {
152152
block_height INTEGER NOT NULL,
153153
-- root hash of the internal, not-consensus-critical MARF that allows us to track chainstate/fork metadata
154154
index_root TEXT NOT NULL,
155-
-- burn header hash corresponding to the consensus hash (NOT guaranteed to be unique, since we can
155+
-- burn header hash corresponding to the consensus hash (NOT guaranteed to be unique, since we can
156156
-- have 2+ blocks per burn block if there's a PoX fork)
157157
burn_header_hash TEXT NOT NULL,
158158
-- height of the burnchain block header that generated this consensus hash
@@ -188,7 +188,7 @@ lazy_static! {
188188
header_type TEXT NOT NULL,
189189
-- hash of the block
190190
block_hash TEXT NOT NULL,
191-
-- index_block_hash is the hash of the block hash and consensus hash of the burn block that selected it,
191+
-- index_block_hash is the hash of the block hash and consensus hash of the burn block that selected it,
192192
-- and is guaranteed to be globally unique (across all Stacks forks and across all PoX forks).
193193
-- index_block_hash is the block hash fed into the MARF index.
194194
index_block_hash TEXT NOT NULL,

0 commit comments

Comments
 (0)