btcsignals: delete broken scoped_connection move assignment
This commit removes a broken move-assignment operator from a small helper class that manages automatic disconnection of signal callbacks. The broken operator could leave an old callback registered after a move, causing unexpected behavior.…
b83a999bby Thomas+2−21 file