Skip to content

Commit 5906dfb

Browse files
committed
refactor: remove SetLegacy from CBLSLazyPublicKey wrapper
1 parent 7d159c3 commit 5906dfb

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/bls/bls.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -559,11 +559,6 @@ class CBLSLazyWrapper
559559
return bufLegacyScheme;
560560
}
561561

562-
void SetLegacy(bool specificLegacyScheme)
563-
{
564-
bufLegacyScheme = specificLegacyScheme;
565-
}
566-
567562
std::string ToString() const
568563
{
569564
return Get().ToString(bufLegacyScheme);

src/evo/dmnstate.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ class CDeterministicMNStateDiff
255255

256256
if (read_pubkey) {
257257
SER_READ(obj, obj.fields |= Field_nVersion);
258-
SER_READ(obj, obj.state.pubKeyOperator.SetLegacy(obj.state.nVersion == ProTxVersion::LegacyBLS));
259258
}
260259
}
261260

0 commit comments

Comments
 (0)