Skip to content

Commit

Permalink
Flash test: Emit channel name
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrejMitrovic authored and Geod24 committed Jun 22, 2021
1 parent ed358b9 commit 43a2aea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/agora/flash/Node.d
Original file line number Diff line number Diff line change
Expand Up @@ -693,9 +693,9 @@ public abstract class FlashNode : FlashControlAPI
update);
continue;
}
log.info("gossipChannelUpdates() added channel update: {}",
update);
this.channel_updates[update.chan_id][update.direction] = update;
log.info("gossipChannelUpdates() added channel update: {}. chan_id: {}. direction: {}. address: {}",
update, update.chan_id, update.direction, cast(void*)&this.channel_updates);
this.gossip_queue.insertBack(GossipEvent(update));
this.dump();
}
Expand Down

0 comments on commit 43a2aea

Please sign in to comment.