mirror of
https://github.com/Qortal/qortal.git
synced 2025-03-13 11:12:31 +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
|
||||
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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user