calling Daemon::list_history_txs(_,_, u64::MAX)
panic
#1495
Labels
Daemon / Liana library
This is about lianad or the liana library (not the GUI)
Robustness
Something could be made les brittle
calling
list_history_txs(_, _, u64::MAX)
panic:it seems it's related to this part of the query
maybe
SqliteConn::db_list_txids()
limit
arg andDaemon::list_history_txs()
limit
arg should beu32
insteadu64
?The text was updated successfully, but these errors were encountered: