LtbLightning/ldk-node-flutter

Nit - Add .toString() to Mnemonic

Closed this issue · 1 comments

Very minor, but got stuck using Mnemonic.toString().
IDE expect it to exist, or produce a result, but it does not.

Using Mnemonic.internal fixes the issue but it would be a nice to have if .toString() worked as expected.

This has been added now.