Skip to content

Commit

Permalink
fix: fix comment irl
Browse files Browse the repository at this point in the history
Signed-off-by: phuoc <[email protected]>
  • Loading branch information
phuocbitmark committed Feb 22, 2024
1 parent 8a1d37a commit 99bcf0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screen/irl_screen/webview_irl_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ class _IRLWebScreenState extends State<IRLWebScreen> {

Future<JSResult?> _sendTransaction(List<dynamic> args) async {
try {
log.info('[IRLWebScreen] signMessage: $args');
log.info('[IRLWebScreen] sendTransaction: $args');
if (args.firstOrNull == null || args.firstOrNull is! Map) {
return _logAndReturnJSResult(
'_sendTransaction',
Expand Down

0 comments on commit 99bcf0f

Please sign in to comment.