Make AuthServiceProxy._batch method usable
commit9f67646f173dd29464666b34de2ec9cfc480c11a
authorRussell Yanofsky <russ@yanofsky.org>
Thu, 7 Sep 2017 21:38:11 +0000 (7 17:38 -0400)
committerRussell Yanofsky <russ@yanofsky.org>
Tue, 3 Oct 2017 19:25:00 +0000 (3 15:25 -0400)
tree8dab43e5f38e5a59bdb176f8e39dbebb109e01e8
parente02007aade3d449f030fe5c8b12beddd7df1b232
Make AuthServiceProxy._batch method usable

Split off AuthServiceProxy.get_request method to make it easier to batch RPC
requests without duplicating code and remove leading underscore from _batch
method.

This does not change any existing behavior.
test/functional/test_framework/authproxy.py