|
@@ -111,7 +111,7 @@ Type
|
|
Function IndexOfAccountChangeNameTo(const newName : TRawBytes) : Integer;
|
|
Function IndexOfAccountChangeNameTo(const newName : TRawBytes) : Integer;
|
|
procedure ClearSignatures;
|
|
procedure ClearSignatures;
|
|
protected
|
|
protected
|
|
- procedure InitializeData; override;
|
|
|
|
|
|
+ procedure InitializeData(AProtocolVersion : Word); override;
|
|
function SaveOpToStream(Stream: TStream; SaveExtendedData : Boolean): Boolean; override;
|
|
function SaveOpToStream(Stream: TStream; SaveExtendedData : Boolean): Boolean; override;
|
|
function LoadOpFromStream(Stream: TStream; LoadExtendedData : Boolean): Boolean; override;
|
|
function LoadOpFromStream(Stream: TStream; LoadExtendedData : Boolean): Boolean; override;
|
|
procedure FillOperationResume(Block : Cardinal; getInfoForAllAccounts : Boolean; Affected_account_number : Cardinal; var OperationResume : TOperationResume); override;
|
|
procedure FillOperationResume(Block : Cardinal; getInfoForAllAccounts : Boolean; Affected_account_number : Cardinal; var OperationResume : TOperationResume); override;
|
|
@@ -296,9 +296,9 @@ begin
|
|
FBufferedRipeMD160 := Nil;
|
|
FBufferedRipeMD160 := Nil;
|
|
end;
|
|
end;
|
|
|
|
|
|
-procedure TOpMultiOperation.InitializeData;
|
|
|
|
|
|
+procedure TOpMultiOperation.InitializeData(AProtocolVersion : Word);
|
|
begin
|
|
begin
|
|
- inherited InitializeData;
|
|
|
|
|
|
+ inherited InitializeData(AProtocolVersion);
|
|
SetLength(FData.txSenders,0);
|
|
SetLength(FData.txSenders,0);
|
|
SetLength(FData.txReceivers,0);
|
|
SetLength(FData.txReceivers,0);
|
|
SetLength(FData.changesInfo,0);
|
|
SetLength(FData.changesInfo,0);
|