@exodus/bitcoin-api 2.7.7-fix → 2.7.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/bitcoin-api",
3
- "version": "2.7.7-fix",
3
+ "version": "2.7.7",
4
4
  "description": "Exodus bitcoin-api",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -42,5 +42,6 @@
42
42
  "@scure/base": "^1.1.3",
43
43
  "@scure/btc-signer": "^1.1.0",
44
44
  "jest-when": "^3.5.1"
45
- }
45
+ },
46
+ "gitHead": "4e504c29d0a5e436a5766d42d4664eaf53b06bc2"
46
47
  }
@@ -100,7 +100,7 @@ const _canBumpTx = ({
100
100
  allowUnconfirmedRbfEnabledUtxos,
101
101
  })
102
102
 
103
- return fee ? { bumpType: BumpType.CPFP, bumpFee: fee } : { errorMessage: 'insufficient funds' }
103
+ return fee ? { bumpType: BumpType.CPFP } : { errorMessage: 'insufficient funds' }
104
104
  }
105
105
 
106
106
  const validateIsNumber = (number, name) => {