btcec is changed, this fixes btcwallet to work with the new changes.
This commit is contained in:
parent
14a9653d73
commit
3fb569e73d
1 changed files with 1 additions and 1 deletions
|
@ -1902,7 +1902,7 @@ func SignRawTransaction(icmd btcjson.Cmd) (interface{}, *btcjson.Error) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
keys[addr.EncodeAddress()] = keyInfo{
|
keys[addr.EncodeAddress()] = keyInfo{
|
||||||
key: privk,
|
key: privk.ToECDSA(),
|
||||||
compressed: compressed,
|
compressed: compressed,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue