Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
1fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
DevTeamNoso committed May 9, 2023
1 parent d158c90 commit 37e1a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpblock.pas
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ implementation
Result.AmmountTrf := amount;
Result.Signature := 'Directive';
Result.TrfrID := GetTransferHash(Result.TimeStamp.ToString+'TRFR'+AddSend+IntToStr(amount)+IntToStr(MyLastblock));
Result.OrderID := '1'+GetOrderHash(Result.TrfrID);
Result.OrderID := GetOrderHash('1'+Result.TrfrID);
End;

// Build the default block 0
Expand Down

0 comments on commit 37e1a1c

Please sign in to comment.