1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

Merge pull request #148 from NicolasDorier/patch-6

Reject code DUPLICATE also used for rejecting tx
This commit is contained in:
Wladimir J. van der Laan 2015-06-22 12:19:31 +00:00
commit 5773aa4693

View File

@ -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