Skip to content

Commit

Permalink
Add missing transaction date for Filecoin signTx
Browse files Browse the repository at this point in the history
  • Loading branch information
samholmes committed Sep 8, 2023
1 parent fcc2448 commit 4a02b12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/filecoin/FilecoinEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ export class FilecoinEngine extends CurrencyEngine<
sigJson: signature.toJSON()
}

edgeTransaction.date = Date.now() / 1000

return edgeTransaction
}

Expand Down

0 comments on commit 4a02b12

Please sign in to comment.