Skip to content

Commit

Permalink
Merge be80cf8 into df03d54
Browse files Browse the repository at this point in the history
  • Loading branch information
ESchouten authored Mar 27, 2019
2 parents df03d54 + be80cf8 commit b4f3381
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 b4f3381

Please sign in to comment.