mirror of
https://github.com/Qortal/qortal.git
synced 2025-05-08 18:57:52 +00:00
Fix PROXY_FORGING transaction length issue
This commit is contained in:
parent
af22922025
commit
ecdf8212ea
@ -16,8 +16,9 @@ public class ProxyForgingTransactionTransformer extends TransactionTransformer {
|
|||||||
|
|
||||||
// Property lengths
|
// Property lengths
|
||||||
private static final int TARGET_LENGTH = ADDRESS_LENGTH;
|
private static final int TARGET_LENGTH = ADDRESS_LENGTH;
|
||||||
|
private static final int REWARD_SHARE_LENGTH = BIG_DECIMAL_LENGTH;
|
||||||
|
|
||||||
private static final int EXTRAS_LENGTH = TARGET_LENGTH;
|
private static final int EXTRAS_LENGTH = TARGET_LENGTH + PUBLIC_KEY_LENGTH + REWARD_SHARE_LENGTH;
|
||||||
|
|
||||||
protected static final TransactionLayout layout;
|
protected static final TransactionLayout layout;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user