Skip to content

Commit

Permalink
BE-828 Fix transaction timestamps (#177)
Browse files Browse the repository at this point in the history
Signed-off-by: sigma67 <benedikt.putz@wiwi.uni-regensburg.de>
  • Loading branch information
sigmatics authored Sep 16, 2020
1 parent cc2f637 commit 21d718a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/platform/fabric/sync/SyncService.js
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ class SyncServices {
const transaction_row = {
blockid: block.header.number.toString(),
txhash: txObj.payload.header.channel_header.tx_id,
createdt,
createdt: txObj.payload.header.channel_header.timestamp,
chaincodename: chaincode,
chaincode_id,
status,
Expand Down

0 comments on commit 21d718a

Please sign in to comment.