lnd.xprv/config_production.go
Joost Jager ab67b9a4de
rpcserver+lnrpc+lncli: add AbandonChannel rpc call
Using AbandonChannel, a channel can be abandoned. This means
removing all state without any on-chain or off-chain action.
A close summary is the only thing that is stored in the db after
abandoning.

A specific close type Abandoned is added. Abandoned channels
can be retrieved via the ClosedChannels RPC.
2018-09-18 12:20:27 -07:00

7 lines
107 B
Go

// +build !debug
package main
// DebugBuild signals that this is a debug build.
const DebugBuild = false