Example #1
0
 // TODO: move to branch processor
 private void CommitBranch()
 {
     _stateProvider.CommitCode();
     // nowadays we could commit branch via TrieStore or similar (after this responsibility has been moved
 }