mirror of
https://github.com/Xahau/xahaud.git
synced 2026-04-29 15:37:46 +00:00
chore: add export-sig-attachment marker for projected-source
This commit is contained in:
@@ -310,6 +310,7 @@ RCLConsensus::Adaptor::propose(RCLCxPeerPos::Proposal const& proposal)
|
||||
|
||||
app_.getHashRouter().addSuppression(suppression);
|
||||
|
||||
//@@start export-sig-attachment
|
||||
// Attach export signatures for any ttEXPORT txns in the current set.
|
||||
// Each "signature" is: txnHash (32 bytes) + validator pubkey (33 bytes).
|
||||
// XAHAUD_NO_EXPORT_SIG=1 disables sig attachment (for testing sub-quorum).
|
||||
@@ -343,6 +344,7 @@ RCLConsensus::Adaptor::propose(RCLCxPeerPos::Proposal const& proposal)
|
||||
}
|
||||
}
|
||||
}
|
||||
//@@end export-sig-attachment
|
||||
|
||||
app_.overlay().broadcast(prop);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user