Horizon

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 19  →  ?path2? @ 20
/Horizon/Snapshots/SnapshotManagerForm.cs
@@ -1573,7 +1573,7 @@
{
try
{
var completeSnapshot = await _snapshotDatabase.GetCompleteSnapshot((string)rows[i].Cells["HashColumn"].Value, cancellationToken);
var completeSnapshot = await _snapshotDatabase.GenerateTransferSnapshotAsync((string)rows[i].Cells["HashColumn"].Value, cancellationToken);
 
var jsonSnapshot = JsonConvert.SerializeObject(completeSnapshot);