mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-12 02:05:53 +00:00
One more minor consistency cleanup.
This commit is contained in:
parent
73a5d95bea
commit
6deeaaf8ac
@ -275,7 +275,7 @@ public class WalletProtobufSerializer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (ByteString blockHash : txProto.getBlockHashList()) {
|
for (ByteString blockHash : txProto.getBlockHashList()) {
|
||||||
tx.addBlockAppearance(new Sha256Hash(blockHash.toByteArray()));
|
tx.addBlockAppearance(byteStringToHash(blockHash));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (txProto.hasLockTime()) {
|
if (txProto.hasLockTime()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user