Browse Source

Add GetCoinsupply

deb-pkg-changes
Duke Leto 1 year ago
parent
commit
41e8f5cb00
  1. 1
      walletrpc/service.proto

1
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) {}
}

Loading…
Cancel
Save