Skip to content

Commit

Permalink
Fix a copy-paste error in chainsvrcmds.go
Browse files Browse the repository at this point in the history
  • Loading branch information
cjepson committed Feb 26, 2016
1 parent 4c24488 commit e318312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcrjson/chainsvrcmds.go
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ type GetRawMempoolTxTypeCmd string

const (
// GRMAll indicates any type of transaction should be returned.
GRMAll GetRawMempoolTxTypeCmd = "add"
GRMAll GetRawMempoolTxTypeCmd = "all"

// GRMRegular indicates only regular transactions should be returned.
GRMRegular GetRawMempoolTxTypeCmd = "regular"
Expand Down

0 comments on commit e318312

Please sign in to comment.