Skip to content

Commit

Permalink
fix: temporary disable
Browse files Browse the repository at this point in the history
  • Loading branch information
doomsower committed Jul 17, 2024
1 parent 17b83d0 commit 87660e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/RedstoneServiceV3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export class RedstoneServiceV3 {
dataServiceId,
dataFeeds: [dataFeedId],
uniqueSignersCount,
historicalTimestamp: this.#optimisticTimestamp,
// historicalTimestamp: this.#optimisticTimestamp, // TODO: this was temporary disabled to test redstone bug?
}).prepareRedstonePayload(true);

const { signedDataPackages, unsignedMetadata } = RedstonePayload.parse(
Expand Down

0 comments on commit 87660e6

Please sign in to comment.