Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1267 from ESchouten/null-hash-value-fix
Browse files Browse the repository at this point in the history
Null hash for transaction, mainly with Standalone blockchain
  • Loading branch information
zilm13 authored Mar 28, 2019
2 parents df03d54 + be80cf8 commit 0464c1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ public byte[] getEncodedRaw() {
return rlpRaw;
}

public byte[] getEncoded() {
public synchronized byte[] getEncoded() {

if (rlpEncoded != null) return rlpEncoded;

Expand Down

0 comments on commit 0464c1d

Please sign in to comment.