Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update frame/contracts/fixtures/call_runtime_and_call.wat
Co-authored-by: Sasha Gryaznov <[email protected]>
  • Loading branch information
pgherveou and agryaznov authored Apr 25, 2023
commit cd177fcc12e4394d7c802da2d723424a70b5adb8
2 changes: 1 addition & 1 deletion frame/contracts/fixtures/call_runtime_and_call.wat
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

;; Input data layout.
;; [0..4) - size of the call
;; [4..8) - storage length
;; [4..8) - how many bytes to add to storage
;; [8..40) - hash code of the callee
;; [40..n) - encoded runtime call

Expand Down