Transaction version temporarily bumped to 5. TODO: We will need to set a hard fork timestamp if this is ever merged back into the main Qortal core repo.

This commit is contained in:
CalDescent 2021-07-04 16:43:12 +01:00
parent cb4203b6db
commit 2f2c4964c5

View File

@ -380,7 +380,7 @@ public abstract class Transaction {
* @return transaction version number
*/
public static int getVersionByTimestamp(long timestamp) {
return 4;
return 5; // TODO: hard fork timestamp!!
}
/**