mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49:22 +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;
|
||||
|
||||
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