Fix: Remove Batch from API options, set to true by default, add comments

Fixes: #1106
This commit is contained in:
Mauro Regli
2023-08-18 08:09:46 +02:00
committed by Mauro
parent ee4c83e323
commit 40c242f9d1
2 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -46,7 +46,8 @@ type GoSigner struct {
signerConfig *packet.Config
}
// SetBatch controls whether we allowed to interact with user
// SetBatch controls whether we allowed to interact with user, for example
// for getting the passphrase from stdin.
func (g *GoSigner) SetBatch(batch bool) {
g.batch = batch
}