1
0
Fork 0
mirror of https://github.com/lightningnetwork/lnd.git synced 2025-03-16 12:13:12 +01:00
lnd/record/experimental.go
2020-01-16 18:37:16 -08:00

6 lines
130 B
Go

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