feat: add Agent to Filecoin.Version ! (#12953)

feat: add Agent to `Filecoin.Version`
This commit is contained in:
Hubert
2025-03-14 14:09:04 +01:00
committed by GitHub
parent c1e5f5ddf6
commit 926d924d3e
9 changed files with 21 additions and 5 deletions

View File

@ -70,6 +70,7 @@ func (a *CommonAPI) Version(context.Context) (api.APIVersion, error) {
APIVersion: v,
BlockDelay: buildconstants.BlockDelaySecs,
Agent: buildconstants.UserAgent,
}, nil
}