diff --git a/README.md b/README.md index 9aa34c6..363c8f8 100755 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The go sdk implementation of the CESS network, which provides RPC calls, status ## 📝 Reporting Vulnerability -If you find any system errors or you have better suggestions, please submit an issue or submit a pull request. You can also join the [CESS discord](https://discord.gg/mYHTMfBwNS) to communicate with us. +If you find any system errors or you have better suggestions, please submit an issue or PR, or join the [CESS discord](https://discord.gg/mYHTMfBwNS) to communicate with us. ## 📢 Announcement **CESS test network rpc endpoints** diff --git a/core/pattern/pattern.go b/core/pattern/pattern.go index f8445cd..ad522bd 100755 --- a/core/pattern/pattern.go +++ b/core/pattern/pattern.go @@ -307,9 +307,6 @@ type MinerReward struct { type RewardOrder struct { OrderReward types.U128 - EachShare types.U128 - AwardCount types.U8 - HasIssued types.Bool } type FileMetadata struct {