From c6f6e8ec4d71475a24ebbb0e64f19ad94249efd9 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 17 Jun 2018 15:25:09 +0200 Subject: trezor: add skeleton for Trezor support readpassword.Trezor() is not implemented yet and returns a hardcoded dummy key. --- internal/exitcodes/exitcodes.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'internal/exitcodes/exitcodes.go') diff --git a/internal/exitcodes/exitcodes.go b/internal/exitcodes/exitcodes.go index fc65166..3fbfdc6 100644 --- a/internal/exitcodes/exitcodes.go +++ b/internal/exitcodes/exitcodes.go @@ -65,6 +65,9 @@ const ( FsckErrors = 26 // DeprecatedFS - this filesystem is deprecated DeprecatedFS = 27 + // TrezorError - an error was encountered while interacting with a Trezor + // device + TrezorError = 28 ) // Err wraps an error with an associated numeric exit code -- cgit v1.2.3