Skip to content

Proto/Michelson: Use the right cost function for SET_DELEGATE instr

Tomáš Zemanovič requested to merge tomas/fix-set-delegate-cost into proto-proposal

fixes #151 (closed)

The cost stays the same (I removed the write bytes cost from set_delegate, because the storage costs are handled separately)

Merge request reports