turing-wallet-provider 1.4.7 → 1.4.8

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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -210,8 +210,7 @@ const inputs: Input[][] = [
210
210
  outputIndex: 1,
211
211
  satoshis: 1000000000,
212
212
  script: tbc.Script.buildPublicKeyHashOut(address).toString(),
213
- unfinishedScriptSig: `${publicKey}`,
214
- sigPosition: 0
213
+ unfinishedScriptSig: `7369676e6174757265 ${publicKey}`
215
214
  }//和父子交易无关的输入
216
215
  ],
217
216
  [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "turing-wallet-provider",
3
- "version": "1.4.7",
3
+ "version": "1.4.8",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [