lnd.xprv/record/experimental.go
2020-01-16 18:37:16 -08:00

7 lines
130 B
Go

package record
const (
// KeySendType is the custom record identifier for keysend preimages.
KeySendType uint64 = 5482373484
)