Modified storage code to support 2 new settings:

publicDataEnabled - whether to store decryptable data (default true)
privateDataEnabled - whether to store data without a decryption key (default false)
This commit is contained in:
CalDescent
2021-11-24 09:38:18 +00:00
parent f6b9ff50c3
commit 1b170c74c0
6 changed files with 59 additions and 15 deletions

View File

@@ -0,0 +1,2 @@
package org.qortal.test.arbitrary;public class ArbitraryDataStoragePolicyTests {
}