diff --git a/record/amp.go b/record/amp.go index 97064805..53c9b441 100644 --- a/record/amp.go +++ b/record/amp.go @@ -9,7 +9,7 @@ import ( // AMPOnionType is the type used in the onion to reference the AMP fields: // root_share, set_id, and child_index. -const AMPOnionType tlv.Type = 10 +const AMPOnionType tlv.Type = 14 // AMP is a record that encodes the fields necessary for atomic multi-path // payments.