diff options
Diffstat (limited to 'hscript/script.cc')
-rw-r--r-- | hscript/script.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hscript/script.cc b/hscript/script.cc index 267b892..8eb7c18 100644 --- a/hscript/script.cc +++ b/hscript/script.cc @@ -349,6 +349,7 @@ bool Script::validate() const { "You need to specify at least one address to enable " "networking."); } + for(auto &address : this->internal->addresses) { if(!address->validate(this->opts)) { failures++; |