Update protocolerrors.go

This commit is contained in:
topianet 2023-12-11 03:55:55 +01:00 committed by GitHub
parent f2b0d08423
commit 4fcd731d01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
package protocolerrors
import (
"github.com/kaspanet/kaspad/domain/consensus/ruleerrors"
"github.com/fabbez/topiad/domain/consensus/ruleerrors"
"github.com/pkg/errors"
)