mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-11-24 06:25:55 +00:00
false = true
This commit is contained in:
parent
e918c39d39
commit
c99dca680b
@ -109,8 +109,7 @@ func (s *server) CheckIfAddressesAreValid(_ context.Context, request *pb.CheckIf
|
||||
} else {
|
||||
areValidAddresses[i] = &pb.IsValidAddress{
|
||||
Address: address,
|
||||
IsValid: false,
|
||||
Error: err.Error(),
|
||||
IsValid: true,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user