Skip to content

Commit

Permalink
Add TODO comment about loggable stacktraces and open status-im/nim-ch…
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Mar 26, 2019
1 parent 31ff35d commit d243bb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions beacon_chain/gossipsub_protocol.nim
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ p2pProtocol GossipSub(version = 1,

onPeerDisconnected do (peer: Peer, reason: DisconnectionReason):
info "GossipSub Peer disconnected", peer, reason
# TODO, add stacktraces support to nim-chronicles
debug "Debugging stacktrace"
writeStyledStackTrace()
debug "Continuing ..."
Expand Down

0 comments on commit d243bb9

Please sign in to comment.