uport-core
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "uport-core", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -34,3 +34,3 @@ import qrImage from 'qr-image' | ||
const chasquiSend = ({chasquiUrl = CHASQUI_URL, pollingInterval = POLLING_INTERVAL} = {}) => { | ||
const transport = URIHandlerSend({ chasquiUrl, pollingInterval}) | ||
const transport = URIHandlerSend(send(), { chasquiUrl, pollingInterval}) | ||
return (uri) => { | ||
@@ -37,0 +37,0 @@ return transport(uri).then(res => { |
160550