3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-07 06:44:16 +00:00

One more minor consistency cleanup.

This commit is contained in:
Mike Hearn 2012-04-15 16:15:17 +02:00
parent 73a5d95bea
commit 6deeaaf8ac

View File

@ -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()) {