Skip to content
Snippets Groups Projects
Commit ccfbbd2d authored by Iustin Pop's avatar Iustin Pop
Browse files

Fix RPC mismatch in blockdev_getsize[s]


Commit 92fd2250 added consistency checks in the RPC layer, which broke
the call_blockdev_getsizes RPC call (declared with 's' at the end in
rpc.py, without 's' in the node daemon).

The immediate fix is to correct the rpc function name, the long term
one will be to remove this duplication.

Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarStephen Shirley <diamond@google.com>
parent 80a01808
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment