Skip to content

Commit

Permalink
Merge pull request #6440 from wmjae/fix-link
Browse files Browse the repository at this point in the history
fix links
  • Loading branch information
simlecode authored Jan 14, 2025
2 parents 50879c6 + 8496aef commit 01a9edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion venus-shared/actors/types/docs.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[`venus/venus-shared/actors/builtin/multisig/message.v0.go`](#https://github.com/filecoin-project/venus/blob/master/venus-shared/actors/builtin/multisig/message.v0.go#L27) 需要引用结构体 `Message`[`venus/venus-shared/actors/builtin/init/actor.go`](#https://github.com/filecoin-project/venus/blob/master/venus-shared/actors/builtin/init/actor.go#L41) 需要引用结构体 `Actor`,若把 `Message``Actor` 定义在 `venus/venus-shared/types` 包中,会导致 `venus/venus-shared/actors``venus/venus-shared/types`**循环引用问题**,所以把一些类型的定义放到了本包中。
[`venus/venus-shared/actors/builtin/multisig/message.v0.go`](https://github.com/filecoin-project/venus/blob/master/venus-shared/actors/builtin/multisig/message.v0.go#L27) 需要引用结构体 `Message`[`venus/venus-shared/actors/builtin/init/actor.go`](https://github.com/filecoin-project/venus/blob/master/venus-shared/actors/builtin/init/actor.go#L43) 需要引用结构体 `Actor`,若把 `Message``Actor` 定义在 `venus/venus-shared/types` 包中,会导致 `venus/venus-shared/actors``venus/venus-shared/types`**循环引用问题**,所以把一些类型的定义放到了本包中。

0 comments on commit 01a9edc

Please sign in to comment.