mirror of
https://github.com/hackku21/loc-chain-backend.git
synced 2024-10-27 20:34:03 +00:00
Remove date fiddley bits
This commit is contained in:
parent
1a114d5e8d
commit
323c9408a0
@ -468,7 +468,7 @@ export class Blockchain extends Unit {
|
||||
|
||||
return Buffer.from((await openpgp.sign({
|
||||
message,
|
||||
date: new Date(3000, 12),
|
||||
// date: new Date(Date.now() - 30000),
|
||||
privateKeys: await openpgp.readKey({
|
||||
armoredKey: privateKey
|
||||
}),
|
||||
@ -490,7 +490,7 @@ export class Blockchain extends Unit {
|
||||
lastBlockUUID: '',
|
||||
proof: (await openpgp.sign({
|
||||
message,
|
||||
date: new Date(3000, 12),
|
||||
// date: new Date(3000, 12),
|
||||
privateKeys: await openpgp.readKey({
|
||||
armoredKey: privateKey
|
||||
}),
|
||||
@ -550,7 +550,7 @@ export class Blockchain extends Unit {
|
||||
// Sign the hash using the server's private key
|
||||
return (await openpgp.sign({
|
||||
message,
|
||||
date: new Date(3000, 12),
|
||||
// date: new Date(3000, 12),
|
||||
privateKeys: await openpgp.readKey({
|
||||
armoredKey: privateKey,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user