mirror of
https://github.com/status-im/status-go.git
synced 2025-02-11 14:26:53 +00:00
* 3. Removed extra `jail` prefix in the jail package * Removed sendMessage and showSuggestions handlers because they're already set in registerHandlers() * Remove extra asserts * Changed assertions everywhere to testify * Exposed JailCell.Call and removed Jail.Cell duplicate method * Fixed review comments