From 41e8f5cb00c32b8aa3c3bca1ad2858ca8498f549 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Tue, 29 Nov 2022 15:10:03 -0500 Subject: [PATCH] Add GetCoinsupply --- walletrpc/service.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/walletrpc/service.proto b/walletrpc/service.proto index 433bb56..9ddb2d8 100644 --- a/walletrpc/service.proto +++ b/walletrpc/service.proto @@ -167,4 +167,5 @@ service CompactTxStreamer { rpc GetLightdInfo(Empty) returns (LightdInfo) {} // Testing-only, requires lightwalletd --ping-very-insecure (do not enable in production) // rpc Ping(Duration) returns (PingResponse) {} + rpc GetCoinsupply(Empty) returns (Coinsupply) {} }