exchanges #20

Merged
JakeHillion merged 21 commits from exchanges into develop 2021-05-14 08:10:46 +01:00
Showing only changes of commit 1e8c7243a1 - Show all commits

View File

@ -93,7 +93,6 @@ func (f *InboundFlow) handleExchanges(ctx context.Context) error {
return ctx.Err()
}
for i := range f.verifiers {
v := f.verifiers[len(f.verifiers)-i-1]