Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Sterling Long committed Jun 26, 2023
2 parents 5df509d + cfdac51 commit f857823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ final kadenaSignV1RequestHandler = (String topic, dynamic parameters) async {
// 3. Respond to the dApp based on user response
if (userApproved) {
// Returned value must by a primitive, or a JSON serializable object: Map, List, etc.
// Returned value must be a primitive, or a JSON serializable object: Map, List, etc.
return 'Signed!';
}
else {
Expand Down

0 comments on commit f857823

Please sign in to comment.