Skip to content

Commit

Permalink
fix: incorrect map key
Browse files Browse the repository at this point in the history
  • Loading branch information
code-z2 committed Nov 4, 2024
1 parent b7b8660 commit c4a9502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/4337/userop.dart
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ class UserOperationReceipt {
map['success'],
map['reason'],
List.castFrom(map['logs']),
TransactionReceipt.fromMap(map['txReceipt']),
TransactionReceipt.fromMap(map['receipt']),
);
}
}
Expand Down

0 comments on commit c4a9502

Please sign in to comment.