Skip to content

Commit cb6f731

Browse files
committed
Reject code DUPLICATE also used for rejecting tx
The reject code 0x12 is used for Version duplicate, but also when an input is already spent (bad-txns-inputs-spent)
1 parent 2ea19da commit cb6f731

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bip-0061.mediawiki

+2
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ The following codes are used:
107107
|-
108108
| 0x10 || Transaction is invalid for some reason (invalid signature, output value greater than input, etc.)
109109
|-
110+
| 0x12 || An input is already spent
111+
|-
110112
| 0x40 || Not mined/relayed because it is "non-standard" (type or version unknown by the server)
111113
|-
112114
| 0x41 || One or more output amounts are below the 'dust' threshold

0 commit comments

Comments
 (0)