Skip to content

Commit

Permalink
set storeReceiptBeforeStates to true
Browse files Browse the repository at this point in the history
  • Loading branch information
S0naliThakur authored Sep 6, 2024
1 parent ed76f41 commit aa1fc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ let config: Config = {
enabled: false,
},
newPOQReceipt: false,
storeReceiptBeforeStates: false,
storeReceiptBeforeStates: true,
waitingTimeForMissingTxData: 2000, // in ms
gossipToMoreArchivers: true,
randomGossipArchiversCount: 2,
Expand Down

0 comments on commit aa1fc82

Please sign in to comment.