diff --git a/pkg/node/sendoperation/executesc/executesc.go b/pkg/node/sendoperation/executesc/executesc.go index 357e9e4b8..7b86cc234 100644 --- a/pkg/node/sendoperation/executesc/executesc.go +++ b/pkg/node/sendoperation/executesc/executesc.go @@ -92,6 +92,8 @@ This function serialize the content of the datastore in a byte array and should compactAndAppendBytes(&byteArray, key) compactAndAppendBytes(&byteArray, value) } + + Function is unused right now */ func compactAndAppendBytes(msg *[]byte, value interface{}) { buf := make([]byte, binary.MaxVarintLen64)