mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-15 11:58:30 +00:00
One more minor consistency cleanup.
This commit is contained in:
@@ -275,7 +275,7 @@ public class WalletProtobufSerializer {
|
||||
}
|
||||
|
||||
for (ByteString blockHash : txProto.getBlockHashList()) {
|
||||
tx.addBlockAppearance(new Sha256Hash(blockHash.toByteArray()));
|
||||
tx.addBlockAppearance(byteStringToHash(blockHash));
|
||||
}
|
||||
|
||||
if (txProto.hasLockTime()) {
|
||||
|
||||
Reference in New Issue
Block a user