Skip to content

Commit

Permalink
Merge pull request #22 from bitmaelum/log
Browse files Browse the repository at this point in the history
up
  • Loading branch information
jaytaph committed Mar 25, 2021
2 parents d3e2db8 + 16a3194 commit 3f55052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/reservation/remote.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func (r RemoteRepository) IsValidated(h hash.Hash, pk *bmcrypto.PubKey) (bool, e
return false, err
}

fmt.Println("Is Validated: domain count: ", d)
fmt.Println("Is Validated: domain count: ", domains)

// Not reserved
if len(domains) == 0 {
Expand Down

0 comments on commit 3f55052

Please sign in to comment.