-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
json_dumps #32
Comments
same here |
Investigating
…On Sun, Nov 19, 2023 at 8:28 AM typedrobin ***@***.***> wrote:
same here
—
Reply to this email directly, view it on GitHub
<#32 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEEDZDOF7GJU374OFWHEKDYFJFTZAVCNFSM6AAAAAA7RBALNWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJXHEZTQOJXGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
fixed
…On Sun, Nov 19, 2023 at 11:54 AM Jack Levin ***@***.***> wrote:
Investigating
On Sun, Nov 19, 2023 at 8:28 AM typedrobin ***@***.***>
wrote:
> same here
>
> —
> Reply to this email directly, view it on GitHub
> <#32 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAEEDZDOF7GJU374OFWHEKDYFJFTZAVCNFSM6AAAAAA7RBALNWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJXHEZTQOJXGY>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
File "C:\xenminer-main\miner.py", line 353, in
result = mine_block(stored_targets, blockchain[-1]['hash'], account)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\xenminer-main\miner.py", line 300, in mine_block
file.write(json_dumps(payload) + '\n')
^^^^^^^^^^
NameError: name 'json_dumps' is not defined
The text was updated successfully, but these errors were encountered: