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:
parent
73a5d95bea
commit
6deeaaf8ac
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user