@@ -1792,7 +1792,7 @@ Const CT_LogSender = 'GetNewBlockChainFromClient';
if (c>=safebox_blockscount) then c := safebox_blockscount-1;
sendData.Write(c,SizeOf(c));
if (from_block>c) or (c>=safebox_blockscount) then begin
- errors := 'ERROR DEV 20170727-1';
+ errors := Format('ERROR DEV 20170727-1 fromblock:%d c:%d safebox_blockscount:%d',[from_block,c,safebox_blockscount]);
Exit;
end;
if Connection.NetProtocolVersion.protocol_version<9 then begin
@@ -148,7 +148,7 @@ end;
procedure TFRMPascalCoinWalletConfig.bbOpenDataFolderClick(Sender: TObject);
begin
{$IFDEF FPC}
- OpenDocument(pchar(TFolderHelper.GetPascalCoinDataFolder))
+ OpenDocument(pchar(TNode.GetPascalCoinDataFolder))
{$ELSE}
shellexecute(0, 'open', pchar(TNode.GetPascalCoinDataFolder), nil, nil, SW_SHOW)
{$ENDIF}