Skip to content

Commit

Permalink
fix: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
YarikRevich committed Nov 3, 2024
1 parent 9591233 commit d2340e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/transaction/entity.go
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,8 @@ func SmartContractTxnValueFee(scAddress string, sn SmartContractTxnData,

// try client.PublicKey(clientId)

fmt.Println(txn.PublicKey, txn.Signature, txn.Hash, client.PublicKey(clientId), "SETOF")

ok, err := txn.VerifySigWith(txn.PublicKey, sys.VerifyWith)
if err != nil {
err = errors.New("", "verification failed for auth response")
Expand Down

0 comments on commit d2340e5

Please sign in to comment.