Once transactions are confirmed in the database, some properties relevant to the state of the blockchain is added to the transactions API endpoint. These properties include:
confirmations, blockId, height.
The transaction constructor should read these properties, so that these properties can be returned with the API response in Lisk-Core.
Actual behavior
The constructor for transaction ignores these properties.
Steps to reproduce
Which version(s) does this affect? (Environment, OS, etc...)
Expected behavior
Once transactions are confirmed in the database, some properties relevant to the state of the blockchain is added to the transactions API endpoint. These properties include: confirmations, blockId, height. The transaction constructor should read these properties, so that these properties can be returned with the API response in Lisk-Core.
Actual behavior
The constructor for transaction ignores these properties.
Steps to reproduce
Which version(s) does this affect? (Environment, OS, etc...)