btcec is changed, this fixes btcwallet to work with the new changes.

This commit is contained in:
Geert-Johan Riemer 2014-05-15 11:03:19 +02:00 committed by Dave Collins
parent 14a9653d73
commit 3fb569e73d

View file

@ -1902,7 +1902,7 @@ func SignRawTransaction(icmd btcjson.Cmd) (interface{}, *btcjson.Error) {
}
}
keys[addr.EncodeAddress()] = keyInfo{
key: privk,
key: privk.ToECDSA(),
compressed: compressed,
}
}