Skip to content

Commit d54ca1b

Browse files
author
grePod
committed
fix: refPayNon minimalBlockTimestamp
1 parent 2238803 commit d54ca1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/verification/referenced-payment-nonexistence/referenced-payment-nonexistence.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export function responseReferencedPaymentNonExistence<
116116
lowestUsedTimestamp: lowerBoundaryBlock.timestamp.toString(),
117117
requestBody: serializeBigInts(request.requestBody),
118118
responseBody: new ReferencedPaymentNonexistence_ResponseBody({
119-
minimalBlockTimestamp: lowerBoundaryBlock.blockNumber.toString(),
119+
minimalBlockTimestamp: lowerBoundaryBlock.timestamp.toString(),
120120
firstOverflowBlockNumber: firstOverflowBlock.blockNumber.toString(),
121121
firstOverflowBlockTimestamp: firstOverflowBlock.timestamp.toString(),
122122
}),

0 commit comments

Comments
 (0)