btc-wallet 0.5.82-beta → 0.5.83-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1226,7 +1226,7 @@ var GateConnector = class extends InjectedConnector {
1226
1226
  options
1227
1227
  });
1228
1228
  console.log("\u{1F680} ~ GateConnector ~ sendBitcoin ~ result:", result);
1229
- return result.txhash;
1229
+ return result;
1230
1230
  });
1231
1231
  }
1232
1232
  signMessage(signStr, type) {
@@ -5390,7 +5390,7 @@ function getGroup(state) {
5390
5390
 
5391
5391
  // src/index.ts
5392
5392
  var getVersion = () => {
5393
- return "0.5.82-beta";
5393
+ return "0.5.83-beta";
5394
5394
  };
5395
5395
  if (typeof window !== "undefined") {
5396
5396
  window.__BTC_WALLET_VERSION = getVersion();