Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
rohenaz committed Nov 1, 2020
1 parent 7360a7e commit 57fb0e5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sign.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ func SignMessage(privateKey string, message string) (string, error) {

// Create the hash
messageHash := chainhash.DoubleHashB(buf.Bytes())
<<<<<<< HEAD
// fmt.Printf("%x", messageHash)
=======

>>>>>>> 8d7d6e33b2784fbeaf5bd30a409422d3bd573994
// Get the private key
var ecdsaPrivateKey *bsvec.PrivateKey
if ecdsaPrivateKey, err = PrivateKeyFromString(privateKey); err != nil {
Expand Down

0 comments on commit 57fb0e5

Please sign in to comment.