Housekeeping! Removing unnecessary "blockchain" prefix of status codes within the blockchain package.

This commit is contained in:
Kleissner
2021-10-13 21:22:17 +02:00
parent b556acb86c
commit 1c0406dc60
7 changed files with 71 additions and 74 deletions

View File

@@ -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
}