@dfns/blockchain-integration
Advanced tools
Comparing version 1.0.19 to 1.0.20
@@ -57,3 +57,3 @@ "use strict"; | ||
console.log("[int-kit] Sleeping..."); | ||
key = signer.getPublicKey(false); | ||
key = await signer.getPublicKey(false); | ||
console.log("[int-kit] KEY: ", key); | ||
@@ -60,0 +60,0 @@ } |
{ | ||
"name": "@dfns/blockchain-integration", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"description": "Blockchain integration Kit for DFNS", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
9234