forked from Qortal/qortal
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:
parent
cb4203b6db
commit
2f2c4964c5
@ -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!!
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user