algorand / algorand-sdk-testing

Testing framework for Algorand SDKs
MIT License
20 stars 35 forks source link

Set min balance field to zero #300

Closed algochoi closed 1 year ago

algochoi commented 1 year ago

Our Go and Java SDKs do not define a min-balance field, so it leads to failed tests. Related ticket here: https://github.com/algorand/go-algorand-sdk/issues/272

This PR sets the field to zero to make sure existing SDK tests still pass.