Skip to content

Commit

Permalink
fix timestamp issue
Browse files Browse the repository at this point in the history
  • Loading branch information
solidoracle committed May 15, 2024
1 parent 170018f commit 1676185
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bulla-contracts/src/mappings/BullaFactoring.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export function handleInvoiceUnfactored(event: InvoiceUnfactored): void {
InvoiceUnfactoredEvent.logIndex = event.logIndex;
InvoiceUnfactoredEvent.totalRefundAmount = ev.totalRefundAmount;
InvoiceUnfactoredEvent.interestToCharge = ev.interestToCharge;
InvoiceUnfactoredEvent.timestamp = event.block.timestamp;

original_creditor.factoringEvents = original_creditor.factoringEvents
? original_creditor.factoringEvents.concat([InvoiceUnfactoredEvent.id])
Expand Down

0 comments on commit 1676185

Please sign in to comment.