From bcfa024ad3eb1f2e7a0109c0a41678da991af538 Mon Sep 17 00:00:00 2001 From: bytetigers Date: Tue, 8 Jul 2025 16:26:43 +0800 Subject: [PATCH] Signed-off-by: bytetigers chore: fix struct field name in comment Signed-off-by: bytetigers --- api/api_full.go | 2 +- build/openrpc/full.json | 2 +- documentation/en/api-v1-unstable-methods.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/api_full.go b/api/api_full.go index dcc9e86d002..4be1d27ce47 100644 --- a/api/api_full.go +++ b/api/api_full.go @@ -689,7 +689,7 @@ type FullNode interface { // It takes the following params: , MsigCancel(context.Context, address.Address, uint64, address.Address) (*MessagePrototype, error) //perm:sign - // MsigCancel cancels a previously-proposed multisig message + // MsigCancelTxnHash cancels a previously-proposed multisig message // It takes the following params: , , , , // , , MsigCancelTxnHash(context.Context, address.Address, uint64, address.Address, types.BigInt, address.Address, uint64, []byte) (*MessagePrototype, error) //perm:sign diff --git a/build/openrpc/full.json b/build/openrpc/full.json index 1e0e7eb585d..6d5047b85ad 100644 --- a/build/openrpc/full.json +++ b/build/openrpc/full.json @@ -13557,7 +13557,7 @@ { "name": "Filecoin.MsigCancelTxnHash", "description": "```go\nfunc (s *FullNodeStruct) MsigCancelTxnHash(p0 context.Context, p1 address.Address, p2 uint64, p3 address.Address, p4 types.BigInt, p5 address.Address, p6 uint64, p7 []byte) (*MessagePrototype, error) {\n\tif s.Internal.MsigCancelTxnHash == nil {\n\t\treturn nil, ErrNotSupported\n\t}\n\treturn s.Internal.MsigCancelTxnHash(p0, p1, p2, p3, p4, p5, p6, p7)\n}\n```", - "summary": "MsigCancel cancels a previously-proposed multisig message\nIt takes the following params: \u003cmultisig address\u003e, \u003cproposed transaction ID\u003e, \u003crecipient address\u003e, \u003cvalue to transfer\u003e,\n\u003csender address of the cancel msg\u003e, \u003cmethod to call in the proposed message\u003e, \u003cparams to include in the proposed message\u003e\n", + "summary": "MsigCancelTxnHash cancels a previously-proposed multisig message\nIt takes the following params: \u003cmultisig address\u003e, \u003cproposed transaction ID\u003e, \u003crecipient address\u003e, \u003cvalue to transfer\u003e,\n\u003csender address of the cancel msg\u003e, \u003cmethod to call in the proposed message\u003e, \u003cparams to include in the proposed message\u003e\n", "paramStructure": "by-position", "params": [ { diff --git a/documentation/en/api-v1-unstable-methods.md b/documentation/en/api-v1-unstable-methods.md index a39b39bca17..8d15a659cd5 100644 --- a/documentation/en/api-v1-unstable-methods.md +++ b/documentation/en/api-v1-unstable-methods.md @@ -4812,7 +4812,7 @@ Response: ``` ### MsigCancelTxnHash -MsigCancel cancels a previously-proposed multisig message +MsigCancelTxnHash cancels a previously-proposed multisig message It takes the following params: , , , , , ,