Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmeta committed Nov 19, 2022
1 parent 683be7b commit 9cf6466
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@

<!-- **Issue(s) Addressed** -->

- [Issue: # ](www.github.com/moontreeapp/ravencoin_electrum/issues/???)
- [Issue: # ](www.github.com/moontreeapp/ravencoin_electrum/issues/???)
- [Issue: # ](www.github.com/moontreeapp/ravencoin_electrum/issues/???)
- [Issue: # ](www.github.com/moontreeapp/electrum_adapter/issues/???)
- [Issue: # ](www.github.com/moontreeapp/electrum_adapter/issues/???)
- [Issue: # ](www.github.com/moontreeapp/electrum_adapter/issues/???)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ void main() async {

Please file feature requests and bugs at the [issue tracker][tracker].

[tracker]: https://github.com/moontreeapp/ravencoin_electrum/issues
[tracker]: https://github.com/moontreeapp/electrum_adapter/issues
4 changes: 2 additions & 2 deletions lib/client/json_newline_transformer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ class _JsonNewlineTransformer
//if (data is List) {
// // /// todo: fix lower layers so this never happens.
// // print('ERROR @ '
// // 'ravencoin_electrum.lib.client.json_newline_transformer.dart: $data');
// // 'electrum_adapter.lib.client.json_newline_transformer.dart: $data');
// for (var d in data) {
// if ((d as Map).containsKey('error')) {
// print('ERROR @ '
// 'ravencoin_electrum.lib.client.json_newline_transformer.dart: $d');
// 'electrum_adapter.lib.client.json_newline_transformer.dart: $d');
// //sink.close();
// }
// }
Expand Down

0 comments on commit 9cf6466

Please sign in to comment.