Skip to content

Commit 1661496

Browse files
committed
Prepare lightning-block-sync/src/gossip.rs
1 parent 20669ae commit 1661496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-block-sync/src/gossip.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ impl<S: FutureSpawner,
175175

176176
let (outpoint, output);
177177

178-
'tx_found: loop { // Used as a simple goto
178+
'tx_found: loop {
179179
macro_rules! process_block {
180180
($block: expr) => { {
181181
if transaction_index as usize >= $block.txdata.len() {

0 commit comments

Comments
 (0)