Fix unit tests. #122

This commit is contained in:
Andrey Smirnov
2014-10-10 17:52:09 +04:00
parent 9857789204
commit 89bb20388f
+3
View File
@@ -36,6 +36,9 @@ func (n *NullSigner) Init() error {
func (n *NullSigner) SetKey(keyRef string) {
}
func (n *NullSigner) SetBatch(batch bool) {
}
func (n *NullSigner) SetKeyRing(keyring, secretKeyring string) {
}