mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-23 04:36:50 +00:00
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:
@@ -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!!
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user