Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 353 Bytes

File metadata and controls

14 lines (11 loc) · 353 Bytes

Fix #99: Structured Pause Error

Completed

  • Checkout new branch blackboxai/fix-99-panic-structured-error

Remaining

  • Edit contracts/atomic_swap/src/lib.rs
    • Add ContractPaused = 4 to ContractError
    • Replace assert! with panic_with_error!
    • Update 2 test expected panics
  • git add .
  • git commit
  • gh pr create