Skip to content

Commit

Permalink
pls: implement UAF feature and done with integrated test
Browse files Browse the repository at this point in the history
  • Loading branch information
dCanyon committed Jan 16, 2019
1 parent 0408fc0 commit ffdf34f
Show file tree
Hide file tree
Showing 3 changed files with 552 additions and 299 deletions.
3 changes: 2 additions & 1 deletion pls/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,8 @@ func (s *Plasma) StartMining(threads int) error {
// introduced to speed sync times.
atomic.StoreUint32(&s.protocolManager.acceptTxs, 1)

go s.miner.Start(eb)
// TODO (aiden): there's no need to start miner in here, it starts when rcm connect to root chain contract by reading 1st NRE.
//go s.miner.Start(eb, &miner.NRE)
}
return nil
}
Expand Down
Loading

0 comments on commit ffdf34f

Please sign in to comment.