Removed trailing comma inside vote JSON

This commit is contained in:
Troy McConaghy 2016-11-24 15:59:58 +01:00 committed by GitHub
parent a8f6e25962
commit 97c3380c2c

View File

@ -13,7 +13,7 @@ A vote has the following structure:
"invalid_reason": "<None|DOUBLE_SPEND|TRANSACTIONS_HASH_MISMATCH|NODES_PUBKEYS_MISMATCH",
"timestamp": "<Unix time when the vote was generated, provided by the voting node>"
},
"signature": "<signature of vote>",
"signature": "<signature of vote>"
}
```