diff --git a/library/sqlite.php b/library/sqlite.php index 7328a21..76e054c 100644 --- a/library/sqlite.php +++ b/library/sqlite.php @@ -118,7 +118,7 @@ class SQLite { } } - public function getData(bool $namehash = false, bool $txid = false, bool $search = false, int $start = 0, int $limit = 10) { + public function getData(string $namehash = '', string $txid = '', string $search = '', int $start = 0, int $limit = 10) { try {