This repository has been archived by the owner on Oct 2, 2022. It is now read-only.
0.9.22: Changing ChannelRejection to log.Message
Pre-release
Pre-release
In this release the ChannelRejection
interface is changed to be a log.Message
type to afford better compatibility and avoid exposing information to users that shouldn't be exposed. It also adds the NewChannelRejection
method to make it easier to create rejection messages.