|
@@ -21,8 +21,8 @@ |
|
|
block discarded – undo |
|
21
|
21
|
*/ |
|
22
|
22
|
public function __construct(string $hex, array $prevtxs, array $privateKeys, ?SigHashType $sigHashType) |
|
23
|
23
|
{ |
|
24
|
|
- call_user_func_array(function (RawTransaction ...$t) {}, $prevtxs); |
|
25
|
|
- call_user_func_array(function (string ...$keys) {}, $privateKeys); |
|
|
24
|
+ call_user_func_array(function(RawTransaction ...$t) {}, $prevtxs); |
|
|
25
|
+ call_user_func_array(function(string ...$keys) {}, $privateKeys); |
|
26
|
26
|
|
|
27
|
27
|
$this->hex = $hex; |
|
28
|
28
|
$this->prevtxs = $prevtxs; |
Please login to merge, or discard this patch.