Skip to content

How to configure the default tombstone offset of node? #3950

Answered by nick-mobilecoin
Ljzn asked this question in Q&A
Discussion options

You must be logged in to vote

The tombstone block for the block chain itself is,

pub const MAX_TOMBSTONE_BLOCKS: u64 = 20160;

It can be specified per transaction via
pub fn set_tombstone_block(&mut self, tombstone_block: u64) -> u64 {

If however this is a fog transaction it's most likely limited by

/// The amount we add to current block height to compute pubkey_expiry in
which defaults to 10 blocks

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@finewhitechic
Comment options

Answer selected by Ljzn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants