dart-bitcoin / bitcoin_flutter

A dart Bitcoin library for Flutter.
MIT License
165 stars 123 forks source link

adding OP_RETURN transaction output in transaction_builder.dart #56

Closed ghost closed 2 years ago

longhoangwkm commented 3 years ago

Thanks for contributing, could you add test case for this function

ghost commented 3 years ago

ok @longhoangwkm I have added some tests, I hope they are all right because I am a newbie in the Bitcoin world. Please check the value of MAX_OP_RETURN_SIZE in line 18 of transaction_builder.dart because I am not sure what is the right max size for an OP_RETURN transaction.

TheArchitect108 commented 2 years ago

Thanks for adding this 🙏, hope this gets merged soon!