mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
11 lines
289 B
Go
11 lines
289 B
Go
//go:build !dev
|
|
|
|
package loopd
|
|
|
|
import "gopkg.in/macaroon-bakery.v2/bakery"
|
|
|
|
var debugRequiredPermissions = map[string][]bakery.Op{}
|
|
|
|
// registerDebugServer is our default debug server registration function, which
|
|
// excludes debug functionality.
|
|
func (d *Daemon) registerDebugServer() {}
|