compile tests again.

This commit is contained in:
fiatjaf
2025-05-23 07:52:19 -03:00
parent b5bd2aecf6
commit 0073c9bdf1
4 changed files with 4 additions and 5 deletions

2
mcp.go
View File

@@ -169,7 +169,7 @@ var mcpServer = &cli.Command{
l++
pm, _ := sdk.ParseMetadata(result.Event)
res.WriteString(fmt.Sprintf("\n\nResult %d\nUser name: \"%s\"\nPublic key: \"%s\"\nDescription: \"%s\"\n",
l, pm.ShortName, pm.PubKey.Hex(), pm.About))
l, pm.ShortName(), pm.PubKey.Hex(), pm.About))
if l >= int(limit) {
break