use %d for int32
This commit is contained in:
parent
979357c5f1
commit
9f044fb946
1 changed files with 1 additions and 1 deletions
|
@ -1343,7 +1343,7 @@ func verifyChain(db btcdb.Db, level, depth int32) error {
|
|||
if err != nil {
|
||||
rpcsLog.Errorf("Verify is unable to "+
|
||||
"validate block at sha %v height "+
|
||||
"%s: %v", sha, height, err)
|
||||
"%d: %v", sha, height, err)
|
||||
return err
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue