lnd.xprv/chanacceptor
nsa 2bd2e2e5ce
chanacceptor: Adding Chained and RPC acceptors
This commit introduces the chanacceptor package which is used
to determine, by a set of heuristics, which open channel messages
to accept and reject. Currently, two acceptors are implemented
via the ChannelAcceptor interface: ChainedAcceptor and RPCAcceptor.
The RPCAcceptor allows the RPC client to respond to the open channel
request, and the ChainedAcceptor allows a conjunction of acceptors
to be used.
2019-09-25 12:07:30 -04:00
..
chainedacceptor.go chanacceptor: Adding Chained and RPC acceptors 2019-09-25 12:07:30 -04:00
interface.go chanacceptor: Adding Chained and RPC acceptors 2019-09-25 12:07:30 -04:00
rpcacceptor.go chanacceptor: Adding Chained and RPC acceptors 2019-09-25 12:07:30 -04:00