From 1b1fb9fef1f829439442fad5f21a7a17589a0664 Mon Sep 17 00:00:00 2001 From: Andrey Drozd Date: Sat, 2 Jan 2021 09:12:45 +0300 Subject: [PATCH] $locktime variable already defined --- examples/doc/tx/004_create_tx.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/doc/tx/004_create_tx.php b/examples/doc/tx/004_create_tx.php index cc85e6d76..7a747d39b 100644 --- a/examples/doc/tx/004_create_tx.php +++ b/examples/doc/tx/004_create_tx.php @@ -45,7 +45,7 @@ $txIns, $txOuts, $witnesses, - 0 /* locktime */ + $locktime ); echo $transaction->getTxId()->getHex().PHP_EOL;