Skip to content

Commit 6618b0d

Browse files
committed
[PSL-1187] updated payload to handle empty burn txid/txids
1 parent f823589 commit 6618b0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

walletnode/api/services/cascade.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@ func (service *CascadeAPIHandler) StartProcessing(ctx context.Context, p *cascad
168168
taskIDs = taskIDs[:len(taskIDs)-1]
169169
}
170170
}
171+
172+
return &cascade.StartProcessingResult{
173+
TaskID: taskIDs,
174+
}, nil
171175
}
172176

173177
return res, nil

0 commit comments

Comments
 (0)