Skip to content

Commit

Permalink
revert protocol version 4
Browse files Browse the repository at this point in the history
- restage protocol
  • Loading branch information
shubham3121 committed Apr 1, 2024
1 parent f8b40af commit ce44ceb
Show file tree
Hide file tree
Showing 7 changed files with 1,636 additions and 1,693 deletions.
1 change: 1 addition & 0 deletions packages/syft/src/syft/protocol/data_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ def revert_latest_protocol(self) -> Result[SyftSuccess, SyftError]:

# Save history
self.save_history(protocol_history)
self.load_state()

def check_protocol(self) -> Result[SyftSuccess, SyftError]:
if len(self.diff) != 0:
Expand Down
Loading

0 comments on commit ce44ceb

Please sign in to comment.