From 5abd2c02a0092b463fa5fa66c368684fb6d60298 Mon Sep 17 00:00:00 2001 From: renchengchang Date: Thu, 10 May 2018 09:48:34 +0800 Subject: [PATCH] fix spell error --- api/api.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/api.proto b/api/api.proto index 370a22ac071..7cdc3d1d8b3 100644 --- a/api/api.proto +++ b/api/api.proto @@ -331,7 +331,7 @@ message Return { DUP_TRANSACTION_ERROR = 5; TAPOS_ERROR = 6; TOO_BIG_TRANSACTION_ERROR = 7; - TRANSACTION_EXPIRATION_ERROT = 8; + TRANSACTION_EXPIRATION_ERROR = 8; OTHER_ERROR = 20; }