mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
Merge pull request #3241 from karalabe/fix-pgp-signer
internal/build: call correct signer method
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user