forked from Qortal/qortal
3e3c0affb0
Previously it was possible broadcast an auto-update tx that was created by a 'dev' group admin. Now the auto-update tx must be created by a 'dev' group non-admin/owner and hence require group approval before it takes effect. To this end, a new TransactionRepository.getLatestAutoUpdateTransaction() method has been added to simplify finding the latest matching, approved auto-update transaction. Corresponding changes also made to AutoUpdate.run()