3rd party: improve Scope pb definition

The stored value is the index of a public key,
not a block index
This commit is contained in:
Clement Delafargue 2022-07-15 17:34:35 +02:00 committed by Clément Delafargue
parent 15f375513c
commit e4c598f4d9
No known key found for this signature in database

View File

@ -56,9 +56,9 @@ message Scope {
Previous = 1;
}
oneof {
oneof Content {
ScopeType scopeType = 1;
int64 block = 2;
int64 publicKey = 2;
}
}