Add comments

This commit is contained in:
Godwin Asuquo 2023-04-03 23:04:18 +03:00
parent e3818a387d
commit b389fe14f9

View file

@ -19,7 +19,7 @@ class ElectrumWallletSnapshot {
// final mnemonic = data['mnemonic'] as String;
return ElectrumWallletSnapshot(
mnemonic: jsonSource,
mnemonic: jsonSource, //Passing the jsonSource as mnemonic because the json.decode() method throws an exception unterminated string
);
}
}