algorandfoundation / algokit-utils-ts

MIT License
19 stars 8 forks source link

fix: match the previous getTestAccount behaviour when no kmd client is supplied #303

Closed neilcampbell closed 4 months ago

neilcampbell commented 4 months ago

Realised I hadn't confirmed the new behaviour when kmd wasn't supplied. Turns out it throws, which wasn't as per the documented behaviour.

This PR updates the obsoleted getTestAccount to have the same behaviour as before.