lnd.xprv/chanacceptor
Calvin Zachman 19440c1e39 ensure 64bit alignment of atomically accessed field in ChannelAcceptor
- help lnd avoid a bug in the `sync/atomic` package which requires 64-bit alignment of atomically accessed fields
2020-12-28 10:04:13 -06:00
..
acceptor_test.go multi: add channel open parameters to channel acceptor 2020-11-10 21:09:10 +02:00
chainedacceptor.go ensure 64bit alignment of atomically accessed field in ChannelAcceptor 2020-12-28 10:04:13 -06:00
errors.go multi: add custom error messages to channel acceptor 2020-11-10 11:38:47 +02:00
interface.go multi: add channel open parameters to channel acceptor 2020-11-10 21:09:10 +02:00
log.go multi: move channel acceptor logic out of rpcserver 2020-11-10 11:38:45 +02:00
merge_test.go multi: add channel open parameters to channel acceptor 2020-11-10 21:09:10 +02:00
merge.go multi: add channel open parameters to channel acceptor 2020-11-10 21:09:10 +02:00
rpcacceptor_test.go multi: add channel open parameters to channel acceptor 2020-11-10 21:09:10 +02:00
rpcacceptor.go multi: add channel open parameters to channel acceptor 2020-11-10 21:09:10 +02:00