From 5454442771a4b34b5625dd0ba11c8214aa9fb83d Mon Sep 17 00:00:00 2001 From: sputn1ck Date: Wed, 26 Apr 2023 17:51:03 +0200 Subject: [PATCH] swap: decide on actual keyfamily value This commit decides on the actual key family value. --- swap/keychain.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/swap/keychain.go b/swap/keychain.go index 164999f..8884b39 100644 --- a/swap/keychain.go +++ b/swap/keychain.go @@ -3,7 +3,5 @@ package swap var ( // KeyFamily is the key family used to generate keys that allow // spending of the htlc. - // - // TODO(joost): decide on actual value KeyFamily = int32(99) )