From b389fe14f93b2d3c37d359255b5ba84f577ae032 Mon Sep 17 00:00:00 2001 From: Godwin Asuquo Date: Mon, 3 Apr 2023 23:04:18 +0300 Subject: [PATCH] Add comments --- cw_bitcoin/lib/electrum_wallet_snapshot.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cw_bitcoin/lib/electrum_wallet_snapshot.dart b/cw_bitcoin/lib/electrum_wallet_snapshot.dart index 8d0c90bb9..d2783a557 100644 --- a/cw_bitcoin/lib/electrum_wallet_snapshot.dart +++ b/cw_bitcoin/lib/electrum_wallet_snapshot.dart @@ -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 ); } } \ No newline at end of file