Skip to content

Commit

Permalink
set Snapshot to true
Browse files Browse the repository at this point in the history
  • Loading branch information
dydxwill committed Aug 6, 2024
1 parent 3d5db4e commit ee5e8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/x/clob/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ func (k Keeper) InitializeNewStreams(ctx sdk.Context) {
SubaccountId: subaccountId,
UpdatedAssetPositions: assetPositions,
UpdatedPerpetualPositions: perpetualPositions,
Snapshot: false,
Snapshot: true,
}
},
lib.MustConvertIntegerToUint32(ctx.BlockHeight()),
Expand Down

0 comments on commit ee5e8f7

Please sign in to comment.