Skip to content

Commit 37d2d6d

Browse files
committed
Fix ptr indexing
1 parent 3b292fa commit 37d2d6d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/src/client.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,8 @@ impl Client {
286286
},
287287
});
288288
}
289-
290-
self.apply_ptrs_tx(chain, tx, ptrs_validated);
291289
}
290+
self.apply_ptrs_tx(chain, tx, ptrs_validated);
292291
}
293292
}
294293

0 commit comments

Comments
 (0)