Skip to content

Commit

Permalink
Maerge
Browse files Browse the repository at this point in the history
  • Loading branch information
factom-clay committed May 23, 2019
2 parents de85f48 + 32a5b40 commit 3d13118
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .profile
@@ -0,0 +1,4 @@
export PATH=$PATH:/usr/local/go/bin
export GOPATH=$HOME/go
export GOBIN=$HOME/go/bin
export PATH=$PATH:$(go env GOPATH)/bin
2 changes: 1 addition & 1 deletion engine/factomd_test.go
Expand Up @@ -130,7 +130,7 @@ func TestLoad(t *testing.T) {
RanSimTest = true

// use a tree so the messages get reordered
state0 := SetupSim("LLF", map[string]string{"--debuglog": ""}, 35, 0, 0, t)
state0 := SetupSim("LLF", map[string]string{"--debuglog": "."}, 35, 0, 0, t)

RunCmd("2") // select 2
RunCmd("R30") // Feed load
Expand Down
1 change: 1 addition & 0 deletions state/MMR.go
Expand Up @@ -109,6 +109,7 @@ func (s *State) makeMMRs(asks <-chan askRef, adds <-chan plRef, dbheights <-chan
} else {
// todo: Send messages to execute
}

}

addAdd := func(add plRef) {
Expand Down

0 comments on commit 3d13118

Please sign in to comment.