mirror of
https://github.com/PeernetOfficial/core.git
synced 2026-07-17 02:47:51 +01:00
Housekeeping! Removing unnecessary "blockchain" prefix of status codes within the blockchain package.
This commit is contained in:
@@ -231,7 +231,7 @@ func TestBlockchainProfile(t *testing.T) {
|
||||
|
||||
func printProfileData(blockchain *Blockchain) {
|
||||
fields, status := blockchain.ProfileList()
|
||||
if status != BlockchainStatusOK {
|
||||
if status != StatusOK {
|
||||
fmt.Printf("Reading profile data error status: %d\n", status)
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user