From 7aa1fc1b8a8def41da5e9ebead2c1d2bd44f8582 Mon Sep 17 00:00:00 2001 From: artemuhi Date: Thu, 7 Mar 2024 22:22:00 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20artemsbc.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- artemsbc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artemsbc.php b/artemsbc.php index 83df35a..f0df907 100644 --- a/artemsbc.php +++ b/artemsbc.php @@ -16,7 +16,7 @@ function artembc_addtransaction($filename, &$transaction, $data) { $temp=count($transaction); $transaction[]=[ "id"=>count($transaction), - "idblock"=>count($bc)+1; + "idblock"=>count($bc)+1, "time"=>time(), "data"=>$data ];