Skip to content

Commit

Permalink
Fix for most unit tests fails
Browse files Browse the repository at this point in the history
  • Loading branch information
QuickMythril committed Nov 3, 2024
1 parent ec8ddf2 commit aa6c38e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/test/resources/test-chain-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,12 @@
"arbitraryOptionalFeeTimestamp": 0,
"unconfirmableRewardSharesHeight": 99999999,
"disableTransferPrivsTimestamp": 9999999999500,
"enableTransferPrivsTimestamp": 9999999999950
"enableTransferPrivsTimestamp": 9999999999950,
"cancelSellNameValidationTimestamp": 9999999999999,
"disableRewardshareHeight": 9999999999990,
"enableRewardshareHeight": 9999999999999,
"onlyMintWithNameHeight": 9999999999999,
"groupMemberCheckHeight": 9999999999999
},
"genesisInfo": {
"version": 4,
Expand Down

0 comments on commit aa6c38e

Please sign in to comment.