Skip to content

Commit

Permalink
Add hash field to the Parcel JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
joojis committed Jun 26, 2018
1 parent afc0b64 commit 913c7b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/primitives/SignedParcel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export class SignedParcel {
v,
r: r.value.toString(),
s: s.value.toString(),
hash: this.hash().value,
};
}
}

0 comments on commit 913c7b9

Please sign in to comment.