Skip to content

Commit

Permalink
Merge pull request decred#1427 from wpaulino/mempool-rbf
Browse files Browse the repository at this point in the history
mempool: implement RBF signaling policy
  • Loading branch information
Roasbeef authored Jun 14, 2019
2 parents a0d1e3e + 95d0a37 commit 962a206
Show file tree
Hide file tree
Showing 4 changed files with 1,287 additions and 29 deletions.
1 change: 1 addition & 0 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ type config struct {
DropAddrIndex bool `long:"dropaddrindex" description:"Deletes the address-based transaction index from the database on start up and then exits."`
RelayNonStd bool `long:"relaynonstd" description:"Relay non-standard transactions regardless of the default settings for the active network."`
RejectNonStd bool `long:"rejectnonstd" description:"Reject non-standard transactions regardless of the default settings for the active network."`
RejectReplacement bool `long:"rejectreplacement" description:"Reject transactions that attempt to replace existing transactions within the mempool through the Replace-By-Fee (RBF) signaling policy."`
lookup func(string) ([]net.IP, error)
oniondial func(string, string, time.Duration) (net.Conn, error)
dial func(string, string, time.Duration) (net.Conn, error)
Expand Down
Loading

0 comments on commit 962a206

Please sign in to comment.