mirror of
https://github.com/Qortal/qortal.git
synced 2025-02-11 17:55:50 +00:00
5b78268915
Much tidier code thanks to not having to pass Connection objects around as params. Also no need for two forms of the same method, one with Connection param, one without. Also corrected SQL-Transaction-related methods in DB, e.g. commit, rollback, etc. so they use the proper underlying JDBC methods.