mirror of
https://github.com/aljazceru/lspd.git
synced 2026-01-06 07:34:23 +01:00
rename shared package to common
This commit is contained in:
9
common/extra_fee_record.go
Normal file
9
common/extra_fee_record.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package common
|
||||
|
||||
import "github.com/lightningnetwork/lnd/tlv"
|
||||
|
||||
var ExtraFeeTlvType tlv.Type = 65536
|
||||
|
||||
func NewExtraFeeRecord(feeMsat *uint64) tlv.Record {
|
||||
return tlv.MakePrimitiveRecord(ExtraFeeTlvType, feeMsat)
|
||||
}
|
||||
Reference in New Issue
Block a user