Skip to content

Commit

Permalink
Reject code DUPLICATE also used for rejecting tx
Browse files Browse the repository at this point in the history
The reject code 0x12 is used for Version duplicate, but also when an input is already spent (bad-txns-inputs-spent)
  • Loading branch information
NicolasDorier committed Mar 26, 2015
1 parent 2ea19da commit cb6f731
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bip-0061.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ The following codes are used:
|-
| 0x10 || Transaction is invalid for some reason (invalid signature, output value greater than input, etc.)
|-
| 0x12 || An input is already spent
|-
| 0x40 || Not mined/relayed because it is "non-standard" (type or version unknown by the server)
|-
| 0x41 || One or more output amounts are below the 'dust' threshold
Expand Down

0 comments on commit cb6f731

Please sign in to comment.