mirror of
https://github.com/filecoin-project/lotus.git
synced 2025-08-26 02:38:58 +08:00
feat: add Agent to Filecoin.Version
! (#12953)
feat: add Agent to `Filecoin.Version`
This commit is contained in:
@ -70,6 +70,7 @@ func (a *CommonAPI) Version(context.Context) (api.APIVersion, error) {
|
||||
APIVersion: v,
|
||||
|
||||
BlockDelay: buildconstants.BlockDelaySecs,
|
||||
Agent: buildconstants.UserAgent,
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user