mirror of
https://github.com/status-im/status-go.git
synced 2025-01-20 11:40:29 +00:00
34df7e8abb
Changes Jail.createCell to Jail.obtainCell, which alters the error-throwing behaviour for better Jail.CreateAndInitCell This PR allows cells to be reinitialized without being recreated. Important changes: - Calling with same cell ID won't cause any errors. - Consecutive calls with same cell ID only reinitialize existing cell. - Parse in library.go uses StatusAPI.CreateAndInitCell.