Skip to content

Commit da07f0d

Browse files
committed
class name fix
1 parent 41f94a1 commit da07f0d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tool/wl_templates/XEL_lib_xelis_interface_impl.template.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ LibXelisInterface _getInterface() => throw Exception("XEL not enabled!");
2424

2525
//END_OFF
2626
//ON
27-
LibXelisInterface _getInterface() => _MwebdServerInterfaceImpl();
27+
LibXelisInterface _getInterface() => _LibXelisInterfaceImpl();
2828

29-
final class _MwebdServerInterfaceImpl extends LibXelisInterface {
29+
final class _LibXelisInterfaceImpl extends LibXelisInterface {
3030
final Map<String, x_wallet.XelisWallet> _wallets = {};
3131

3232
@override

0 commit comments

Comments
 (0)