feat(SPV-936): upgrade to go-sdk #690
Annotations
10 errors and 1 warning
Analyze (go)
tx.Inputs[index].PreviousTxSatoshis undefined (type *"github.com/bitcoin-sv/go-sdk/transaction".TransactionInput has no field or method PreviousTxSatoshis)
|
Analyze (go)
undefined: script.NewFromHexString
|
Analyze (go)
tx.Inputs[inputIndex].PreviousTxScript undefined (type *"github.com/bitcoin-sv/go-sdk/transaction".TransactionInput has no field or method PreviousTxScript)
|
Analyze (go)
script.NewP2PKHUnlockingScript undefined (type *script.Script has no field or method NewP2PKHUnlockingScript)
|
Analyze (go)
too many arguments in call to bsm.SignMessage
|
Analyze (go)
cannot use bsm.SignMessage(privateKey, getSigningMessage(key, payload), true) (value of type []byte) as string value in assignment
|
Analyze (go)
tx.Inputs[index].PreviousTxSatoshis undefined (type *"github.com/bitcoin-sv/go-sdk/transaction".TransactionInput has no field or method PreviousTxSatoshis)
|
Analyze (go)
undefined: script.NewFromHexString
|
Analyze (go)
tx.Inputs[inputIndex].PreviousTxScript undefined (type *"github.com/bitcoin-sv/go-sdk/transaction".TransactionInput has no field or method PreviousTxScript)
|
Analyze (go)
script.NewP2PKHUnlockingScript undefined (type *script.Script has no field or method NewP2PKHUnlockingScript)
|
Analyze (go)
1 issue was detected with this workflow: git checkout HEAD^2 is no longer necessary. Please remove this step as Code Scanning recommends analyzing the merge commit for best results.
|