Skip to content

Commit

Permalink
DERO-HE STARGATE Testnet Release36
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainDero committed Dec 9, 2021
1 parent f0d3e7a commit d2e9638
Show file tree
Hide file tree
Showing 13 changed files with 331 additions and 246 deletions.
2 changes: 1 addition & 1 deletion block/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ func (bl *Block) Deserialize(buf []byte) (err error) {

defer func() {
if r := recover(); r != nil {
err = fmt.Errorf("Invalid Block cannot deserialize '%x' stack %s", hex.EncodeToString(buf), string(debug.Stack()))
err = fmt.Errorf("Invalid Block cannot deserialize '%s' stack %s", hex.EncodeToString(buf), string(debug.Stack()))
return
}
}()
Expand Down
Loading

0 comments on commit d2e9638

Please sign in to comment.