Merge pull request #1103 from urbit/work-on-lead

calls u3_raft_work on leader promotion (for eager restart effects)
This commit is contained in:
Joe Bryan 2018-12-12 02:27:23 -05:00 committed by GitHub
commit 80f723fc17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,6 +179,7 @@ _raft_promote(u3_raft* raf_u)
u3_sist_boot(); u3_sist_boot();
if ( c3n == u3_Host.ops_u.bat ) { if ( c3n == u3_Host.ops_u.bat ) {
u3_lo_lead(); u3_lo_lead();
u3_raft_work();
} }
} }
else { else {