Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
fix: erc 7730
Browse files Browse the repository at this point in the history
  • Loading branch information
hyacinthus authored and taiyangc committed Nov 18, 2024
1 parent a418edf commit 4d5b260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/service/vapi_function.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func (s *Service) VAPIFunctionConfirm(ctx context.Context, msg *types.VapiServer

s.log.Warn("VAPIFunction confirm called", "state", state)
if confirm {
res := types.ToolResult{ToolCallID: id, Result: `Tell the user:"Please sign the transaction to swap the tokens. This has been ERC-7730 clear signed"`}
res := types.ToolResult{ToolCallID: id, Result: `Tell the user:"Please sign the transaction to swap the tokens. This has been ERC 7730 clear signed"`}
resp.Results = append(resp.Results, res)
} else {
res := types.ToolResult{ToolCallID: id, Result: `Tell the
Expand Down

0 comments on commit 4d5b260

Please sign in to comment.