mirror of
				https://source.quilibrium.com/quilibrium/ceremonyclient.git
				synced 2025-10-31 15:17:27 +00:00 
			
		
		
		
	Merge pull request #22 from scmart/fix-commitLongestPath-ob1
fix commitLongestPath off-by-one
This commit is contained in:
		
						commit
						20aae290cb
					
				| @ -810,7 +810,7 @@ func (e *CeremonyDataClockConsensusEngine) commitLongestPath( | ||||
| 			} | ||||
| 
 | ||||
| 			runningFrames = [][]*protobufs.ClockFrame{ | ||||
| 				{nextRunningFrames[0][currentDepth+1]}, | ||||
| 				{nextRunningFrames[0][currentDepth]}, | ||||
| 			} | ||||
| 			currentDepth = 0 | ||||
| 		} else { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Cassandra Heart
						Cassandra Heart