stacks-archive / stacks-transactions-js

The JavaScript library for generating Stacks 2.0 transactions
19 stars 17 forks source link

fix: switch default buffer to string encoding #132

Closed reedrosenbluth closed 3 years ago

reedrosenbluth commented 3 years ago

Change default buffer to string encoding from ascii to hex

fixes: https://github.com/blockstack/blockstack.js/issues/834

yknl commented 3 years ago

Thanks for the change @reedrosenbluth, can you actually add this as a PR on the stacks.js monorepo branch? We're in the process of deprecating this repo.

reedrosenbluth commented 3 years ago

@yknl ya sure thing

yknl commented 3 years ago

Closing since this has been moved to the stacks.js repo.