Skip to content

Commit

Permalink
set storeReceiptBeforeStates flag to true
Browse files Browse the repository at this point in the history
  • Loading branch information
S0naliThakur authored Sep 6, 2024
1 parent 4d131d5 commit 6eca7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ let config: Config = {
},
saveAccountHistoryState: true,
collectorMode: process.env.COLLECTOR_MODE || collectorMode.WS.toString(),
storeReceiptBeforeStates: false,
storeReceiptBeforeStates: true,
}

let DISTRIBUTOR_URL = `http://${config.distributorInfo.ip}:${config.distributorInfo.port}`
Expand Down

0 comments on commit 6eca7cb

Please sign in to comment.