git.delta.rocks / unique-network / refs/commits / 56fde60e4b41

difftreelog

Revert "chore: fix kb"

Daniel Shiposha2023-10-19parent: #f566769.patch.diff
in: master
This reverts commit 94196726662f86c4d66f402cefe94d91a518e360.

1 file changed

modifiedkb/how-not-to-break-rpc.mddiffbeforeafterboth
135 pub read_only: bool,135 pub read_only: bool,
136136
137 /// Extra collection flags137 /// Extra collection flags
138 #[version(2.., upper(RpcCollectionFlags {erc721metadata: false}))]138 #[version(2.., upper(RpcCollectionFlags {foreign: false, erc721metadata: false}))]
139 pub flags: RpcCollectionFlags,139 pub flags: RpcCollectionFlags,
140}140}
141```141```