1
0
mirror of https://github.com/bumi/lnrpc synced 2026-02-14 07:27:48 +00:00

fix: pass block through client helper methods

This commit is contained in:
2019-03-10 16:23:30 +01:00
parent 9e369ac6b1
commit 37f240da7f
2 changed files with 4 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ module Lnrpc
params = args[0]
args[0] = params.nil? ? request_class_for(m).new : request_class_for(m).new(params)
self.grpc_client.send(m, *args)
self.grpc_client.send(m, *args, &block)
else
super
end