From eb325e6814392b80358a7add46a471efaf34708f Mon Sep 17 00:00:00 2001 From: shepf Date: Thu, 28 May 2020 07:05:53 +0800 Subject: [PATCH] update struct.go github url --- documentation/en/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/en/api.md b/documentation/en/api.md index c52c6fbf4..415116071 100644 --- a/documentation/en/api.md +++ b/documentation/en/api.md @@ -77,7 +77,7 @@ lotus-storage-miner auth create-token --perm admin ## What authorization level should I use? -When viewing [api/struct.go](https://github.com/filecoin-project/lotus/blob/master/api/struct.go), you will encounter these types: +When viewing [api/apistruct/struct.go](https://github.com/filecoin-project/lotus/blob/master/api/apistruct/struct.go), you will encounter these types: - `read` - Read node state, no private data. - `write` - Write to local store / chain, and `read` permissions.