You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2020. It is now read-only.
When I signed the transaction, there was an error:Class 'BitWasp\Bitcoin\Key\PrivateKeyFactory' not found。
There's something wrong with calling a function like this:
$txSkeleton = $txClient->sign($txSkeleton, $privateKeys);
I went to download the relevant files, but did not find this class,This has puzzled me for a long time. Is there a solution?
The text was updated successfully, but these errors were encountered:
When I signed the transaction, there was an error:Class 'BitWasp\Bitcoin\Key\PrivateKeyFactory' not found。
There's something wrong with calling a function like this:
$txSkeleton = $txClient->sign($txSkeleton, $privateKeys);
I went to download the relevant files, but did not find this class,This has puzzled me for a long time. Is there a solution?
The text was updated successfully, but these errors were encountered: