mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-05 21:56:50 +00:00
use %d for int32
This commit is contained in:
parent
979357c5f1
commit
9f044fb946
@ -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…
x
Reference in New Issue
Block a user