From 713438463c32ced94ef37002c99b3ede42badde2 Mon Sep 17 00:00:00 2001 From: nanfengpo Date: Tue, 8 May 2018 20:29:58 +0800 Subject: [PATCH] minor change --- api/api.proto | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/api/api.proto b/api/api.proto index 6763ac506b1..16188b138ee 100644 --- a/api/api.proto +++ b/api/api.proto @@ -26,9 +26,7 @@ service Wallet { }; }; - - -rpc BroadcastTransaction (Transaction) returns (Return) { + rpc BroadcastTransaction (Transaction) returns (Return) { option (google.api.http) = { post: "/wallet/broadcasttransaction" body: "*" @@ -39,8 +37,7 @@ rpc BroadcastTransaction (Transaction) returns (Return) { option (google.api.http) = { post: "/wallet/listaccount" body: "*" - }; - + }; }; rpc UpdateAccount (AccountUpdateContract) returns (Transaction) {