*Bug fix signData
This commit is contained in:
parent
0d5aa24b74
commit
ebd09f9a52
|
@ -133,7 +133,7 @@ export class RPCServer extends EventEmitter {
|
||||||
}
|
}
|
||||||
|
|
||||||
return crypto
|
return crypto
|
||||||
.sign(Buffer.from(raw, this._cache.swarm.keyPair.secretKey))
|
.sign(Buffer.from(raw), this._cache.swarm.keyPair.secretKey)
|
||||||
.toString("hex");
|
.toString("hex");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue