Updated on 2026-08-14
This commit is contained in:
parent
cbfc4de67b
commit
7ba040e317
5 changed files with 29 additions and 16 deletions
|
|
@ -450,8 +450,6 @@ public class LtcEngine extends BtcEngine {
|
|||
@Override
|
||||
public byte[][] getHashesToSign() throws Exception {
|
||||
byte[][] dataForSign = new byte[unspentOutputs.size()][];
|
||||
if (txForSign.length > 10)
|
||||
throw new Exception("To much hashes in one transaction!");
|
||||
for (int i = 0; i < unspentOutputs.size(); ++i) {
|
||||
dataForSign[i] = bodyDoubleHash[i];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue