Skip to content

Commit

Permalink
resolved #300
Browse files Browse the repository at this point in the history
  • Loading branch information
siftal committed Jul 14, 2022
1 parent fc3d553 commit d8f9876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_services/foxx/brightid/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ function getState() {
if (conf.wISchnorrPassword || conf.seed) {
const server = new wISchnorrServer();
server.GenerateSchnorrKeypair(conf.wISchnorrPassword || conf.seed);
wISchnorrPublic = server.ExtractPublicKey();
wISchnorrPublic = { y: server.ExtractPublicKey().y };
}
return {
lastProcessedBlock,
Expand Down

0 comments on commit d8f9876

Please sign in to comment.