dashevo / js-dpp

DEPRECATED The JavaScript implementation of the Dash Platform Protocol
MIT License
8 stars 8 forks source link

fix!: protocol version was missing from binary data for data contract #330

Closed jawid-h closed 3 years ago

jawid-h commented 3 years ago

Issue being fixed or feature implemented

Fixing missing protocolVersion that should've been prepended in toBuffer of DataContract in following PR (#325)

What was done?

How Has This Been Tested?

Unit tests

Breaking Changes

Checklist:

For repository code-owners and collaborators only