@33cn/wallet-api
Advanced tools
Comparing version 1.4.4-beta to 1.4.5-beta
@@ -164,3 +164,3 @@ import { Environment, getDappEnvironment, getDappEnvironmentDelay } from './dappEnvironment'; | ||
var txs = tx.split(','); | ||
chain33Rpc.createRawTxGroup(txs, 'https://jiedian1.bityuan.com:8801').then(function (res) { | ||
return chain33Rpc.createRawTxGroup(txs, 'https://jiedian1.bityuan.com:8801').then(function (res) { | ||
console.log('createRawTxGroup res', res); | ||
@@ -167,0 +167,0 @@ if (res.error) { |
{ | ||
"name": "@33cn/wallet-api", | ||
"version": "1.4.4-beta", | ||
"version": "1.4.5-beta", | ||
"description": "提供各种比特元钱包的获取地址、签名接口", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32818