Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rpcserver: Do not rebroadcast stake transactions. #973

Merged
merged 1 commit into from
Jan 17, 2018

Commits on Jan 17, 2018

  1. rpcserver: Do not rebroadcast stake transactions.

    This modifies the sendrawtransaction handler to avoid adding stake
    transactions to the rebroadcast logic since they should not be
    perpetually rebroadcast without special handling to remove them under
    certain circumstances other than showing up in a block.
    
    This is particularly applicable to votes which are only valid for a
    specific block and are time sensitive, but it also applies to ticket
    purchases which are only valid for the duration of a stake difficulty
    interval, and revocations which could be invalidated in a reorg due to
    the associated missed or expired ticket being resurrected in a reorg.
    davecgh committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    35b6f06 View commit details
    Browse the repository at this point in the history