mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-09 12:29:31 +00:00
Add comments
This commit is contained in:
parent
e3818a387d
commit
b389fe14f9
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class ElectrumWallletSnapshot {
|
||||||
// final mnemonic = data['mnemonic'] as String;
|
// final mnemonic = data['mnemonic'] as String;
|
||||||
|
|
||||||
return ElectrumWallletSnapshot(
|
return ElectrumWallletSnapshot(
|
||||||
mnemonic: jsonSource,
|
mnemonic: jsonSource, //Passing the jsonSource as mnemonic because the json.decode() method throws an exception unterminated string
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue