2ff451f6bc
As reported by https://github.com/lightningnetwork/lnd/issues/5196, the new atomic integer isn't properly aligned which can caus panics on 32-bit operating systems.. Tof fix this issue, we move the 64-bit integer to lay after the two 32-bit integers at the top of the struct. |
||
---|---|---|
.. | ||
bitcoind_client.go | ||
bitcoind_conn.go | ||
block_filterer.go | ||
block_filterer_test.go | ||
interface.go | ||
log.go | ||
neutrino.go | ||
pruned_block_dispatcher.go | ||
pruned_block_dispatcher_test.go | ||
queue.go | ||
rpc.go | ||
utils_test.go |