mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-03 10:03:47 +00:00
internal/build: call correct signer method
This commit is contained in:
parent
7e8ad6cad3
commit
df30ef5177
1 changed files with 1 additions and 1 deletions
|
|
@ -54,5 +54,5 @@ func PGPSignFile(input string, output string, pgpkey string) error {
|
|||
defer out.Close()
|
||||
|
||||
// Generate the signature and return
|
||||
return openpgp.ArmoredDetachSignText(out, keys[0], in, nil)
|
||||
return openpgp.ArmoredDetachSign(out, keys[0], in, nil)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue