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 7d159c3 commit 5906dfbCopy full SHA for 5906dfb
src/bls/bls.h
@@ -559,11 +559,6 @@ class CBLSLazyWrapper
559
return bufLegacyScheme;
560
}
561
562
- void SetLegacy(bool specificLegacyScheme)
563
- {
564
- bufLegacyScheme = specificLegacyScheme;
565
- }
566
-
567
std::string ToString() const
568
{
569
return Get().ToString(bufLegacyScheme);
src/evo/dmnstate.h
@@ -255,7 +255,6 @@ class CDeterministicMNStateDiff
255
256
if (read_pubkey) {
257
SER_READ(obj, obj.fields |= Field_nVersion);
258
- SER_READ(obj, obj.state.pubKeyOperator.SetLegacy(obj.state.nVersion == ProTxVersion::LegacyBLS));
259
260
261
0 commit comments