We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca6d56 commit d8dff86Copy full SHA for d8dff86
data/account/participationRegistry.go
@@ -254,8 +254,8 @@ var (
254
)`
255
256
createStateProof = `CREATE TABLE StateProofKeys (
257
- pk INTEGER NOT NULL, --* join with keyset to find key for a particular participation id
258
- round INTEGER, --* committed round for this key
+ pk INTEGER NOT NULL, --* join with keyset to find key for a particular participation id
+ round INTEGER, --* committed round for this key
259
key BLOB, --* msgpack encoding of ParticipationAccount.BlockProof.SignatureAlgorithm
260
PRIMARY KEY (pk, round)
261
0 commit comments