From e50e1894435e47e3e23a7c97e61ca679cfa3222b Mon Sep 17 00:00:00 2001 From: kumavis Date: Sat, 16 Jan 2016 23:38:40 -0800 Subject: wallet sync fix --- app/scripts/lib/stream-provider.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/scripts/lib/stream-provider.js') diff --git a/app/scripts/lib/stream-provider.js b/app/scripts/lib/stream-provider.js index b0a922397..5a77979ee 100644 --- a/app/scripts/lib/stream-provider.js +++ b/app/scripts/lib/stream-provider.js @@ -17,7 +17,7 @@ function StreamProvider(){ // public StreamProvider.prototype.send = function(payload){ - throw new Error('StreamProvider - does not support synchronous RPC calls') + throw new Error('StreamProvider - does not support synchronous RPC calls. called: "'+payload.method+'"') } StreamProvider.prototype.sendAsync = function(payload, callback){ -- cgit