We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2238803 commit d54ca1bCopy full SHA for d54ca1b
src/verification/referenced-payment-nonexistence/referenced-payment-nonexistence.ts
@@ -116,7 +116,7 @@ export function responseReferencedPaymentNonExistence<
116
lowestUsedTimestamp: lowerBoundaryBlock.timestamp.toString(),
117
requestBody: serializeBigInts(request.requestBody),
118
responseBody: new ReferencedPaymentNonexistence_ResponseBody({
119
- minimalBlockTimestamp: lowerBoundaryBlock.blockNumber.toString(),
+ minimalBlockTimestamp: lowerBoundaryBlock.timestamp.toString(),
120
firstOverflowBlockNumber: firstOverflowBlock.blockNumber.toString(),
121
firstOverflowBlockTimestamp: firstOverflowBlock.timestamp.toString(),
122
}),
0 commit comments