Skip to content

Instantly share code, notes, and snippets.

@jsyqrt
Created September 20, 2019 12:24
Show Gist options
  • Save jsyqrt/2d2d84c42e3b00267382bd8803d2fdc3 to your computer and use it in GitHub Desktop.
Save jsyqrt/2d2d84c42e3b00267382bd8803d2fdc3 to your computer and use it in GitHub Desktop.
// Mode defines the type a dpor engine makes.
type Mode uint
// DporMode
const (
NormalMode Mode = iota
FakeMode
DoNothingFakeMode
PbftFakeMode
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment