When I use the JSON-RPC command 'gettransactions', the amount of confirmations is reported incorrectly as a negative number. For example, when a transaction has 54821 confirmations, it is incorrectly shown as having -54821 confirmations:
["confirmations"]=> int(-54821)
This seems to happen regardless of the transaction type (whether it's received or sent).
When I use the JSON-RPC command 'gettransactions', the amount of confirmations is reported incorrectly as a negative number. For example, when a transaction has 54821 confirmations, it is incorrectly shown as having -54821 confirmations: ["confirmations"]=> int(-54821)
This seems to happen regardless of the transaction type (whether it's received or sent).