Correct parameters for eth_sign (#2703)
* Cherry-pick eth_sign update/fix * Correct sign documentation (signs txhash)
This commit is contained in:
@@ -46,6 +46,10 @@ export function inData (data) {
|
||||
return inHex(data);
|
||||
}
|
||||
|
||||
export function inHash (hash) {
|
||||
return inHex(hash);
|
||||
}
|
||||
|
||||
export function inTopics (_topics) {
|
||||
let topics = (_topics || [])
|
||||
.filter((topic) => topic)
|
||||
|
||||
Reference in New Issue
Block a user