Skip to content

Commit

Permalink
fix syscall signature
Browse files Browse the repository at this point in the history
  • Loading branch information
douyixuan committed Sep 7, 2024
1 parent f079f5c commit 7a509f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ckb/syscalls.cell
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func loadScript() blockchain.Script {
__slice_set_len(&data, uint32(size))
return blockchain.ScriptFromSliceUnchecked(data)
}
func loadInput(index uint32, source uint32) []byte {
func loadInput(index uint64, source uint64) []byte {
data := make([]byte, SIZE_CELL, SIZE_CELL)
ptr := __slice_get_ptr(&data)
size := SIZE_MAX
Expand Down

0 comments on commit 7a509f9

Please sign in to comment.