Skip to content

Commit

Permalink
[PVM, DAC] ExcludeMemberProposal
Browse files Browse the repository at this point in the history
  • Loading branch information
evlekht committed Nov 14, 2023
1 parent a2e4e89 commit ea1c855
Show file tree
Hide file tree
Showing 19 changed files with 3,116 additions and 759 deletions.
2 changes: 1 addition & 1 deletion vms/platformvm/camino_helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func newCaminoVM(genesisConfig api.Camino, genesisUTXOs []api.UTXO, startTime *t
return vm
}

func defaultCaminoConfig(postBanff bool) config.Config {
func defaultCaminoConfig(postBanff bool) config.Config { //nolint:unparam
banffTime := mockable.MaxTime
if postBanff {
banffTime = defaultValidateEndTime.Add(-2 * time.Second)
Expand Down
Loading

0 comments on commit ea1c855

Please sign in to comment.