mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 14:40:30 +01:00
Before creating a new session, first check that the TowerID that the ClientSession is referencing refers to an existing tower. This is done to prevent the situation where RemoveTower is called right before CreateClientSession is called which would, before this commit, lead to the session being created with a tower ID that does not refer to any existing tower. |
||
---|---|---|
.. | ||
client_chan_summary.go | ||
client_db.go | ||
client_db_test.go | ||
client_session.go | ||
codec.go | ||
codec_test.go | ||
db_common.go | ||
log.go | ||
session_id.go | ||
session_info.go | ||
session_state_update.go | ||
tower.go | ||
tower_db.go | ||
tower_db_test.go | ||
version.go |