mirror of
https://github.com/status-im/status-go.git
synced 2025-02-13 07:17:04 +00:00
CommunityTokensMetadata
in EditCommunity()
The `Edit()` method on `Community` merely updates "primitive" values that live inside a community description. For any data that is more complex, we typically have dedicated methods. Because `Edit()` was expecting `CommunityTokensMetadata`, it would override it with empty data every time we would edit a community. This is because we typically don't update that kind of data as part of `Edit()`. In addition, `CommunityTokensMetadata` is append-only anyways, so there wouldn't be any other way to update that field, other than adding new items to it, which is done in a dedicated method.
Status bindings for go-ethereum
Docs
- How to Build
- How to Contribute
- How to Release
- How to run a Bootnode
- How to run a Mailserver
- How to run a Waku node
- How to configure status-go
License
Description
Languages
Go
98.5%
Python
0.9%
Shell
0.3%
Makefile
0.1%
Groovy
0.1%