aboutsummaryrefslogtreecommitdiff
path: root/proto/signer.proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto/signer.proto')
-rw-r--r--proto/signer.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/signer.proto b/proto/signer.proto
index 83f180d..7770be8 100644
--- a/proto/signer.proto
+++ b/proto/signer.proto
@@ -6,6 +6,7 @@ import "google/protobuf/timestamp.proto";
message SignRequest {
bytes key = 1;
google.protobuf.Timestamp valid_until = 2;
+ string message = 3;
}
message SignResponse {