Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

fix ethash.go:133: Sprintf format %d reads arg #2, but call has only 1 arg #118

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mkrufky
Copy link

@mkrufky mkrufky commented Aug 5, 2019

BEFORE applying this fix:

$ make
[...]
Running 21 test cases...

*** No errors detected
################# Testing Go ##################
# _/home/mk/git/ethereum-ethash
./ethash.go:133: Sprintf format %d reads arg #2, but call has only 1 arg
FAIL	_/home/mk/git/ethereum-ethash [build failed]
Makefile:3: recipe for target 'test' failed
make: *** [test] Error 2

AFTER applying this fix:

Running 21 test cases...

*** No errors detected
################# Testing Go ##################
PASS
ok  	_/home/mk/git/ethereum-ethash	2.403s

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant