From ee08ef51dd3ee2b902fef396691a0e44c8fcdb3a Mon Sep 17 00:00:00 2001
From: jbhusson <jonah@elixxir.io>
Date: Fri, 10 Dec 2021 15:55:23 -0500
Subject: [PATCH] Comments

---
 interfaces/ephemeral.go | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/interfaces/ephemeral.go b/interfaces/ephemeral.go
index f2b18567b..4d0e7f926 100644
--- a/interfaces/ephemeral.go
+++ b/interfaces/ephemeral.go
@@ -1,3 +1,11 @@
+////////////////////////////////////////////////////////////////////////////////
+// Copyright © 2020 xx network SEZC                                           //
+//                                                                            //
+// Use of this source code is governed by a license that can be found in the  //
+// LICENSE file                                                               //
+////////////////////////////////////////////////////////////////////////////////
+
 package interfaces
 
+// DefaultExtraChecks is the default value for ExtraChecks on reception.Identity
 const DefaultExtraChecks = 10
-- 
GitLab