mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-28 14:40:51 +02:00
multi: fix some recently introduced typos
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
7abdd30a87
commit
b8e1351cf3
@@ -13,7 +13,7 @@ import (
|
||||
type Sig [64]byte
|
||||
|
||||
// NewSigFromRawSignature returns a Sig from a Bitcoin raw signature encoded in
|
||||
// the cannonical DER encoding.
|
||||
// the canonical DER encoding.
|
||||
func NewSigFromRawSignature(sig []byte) (Sig, error) {
|
||||
var b Sig
|
||||
|
||||
|
Reference in New Issue
Block a user