Skip to content

Commit

Permalink
Merge branch 'refactor-contract' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
zmcNotafraid committed Nov 14, 2024
2 parents 6f0ebd3 + cff44be commit 0d23d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/cell_dependency.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def to_raw
}
end

def parse_cell_dpes_from_ckb_transaction(ckb_transaction, cell_deps)
def self.parse_cell_dpes_from_ckb_transaction(ckb_transaction, cell_deps)
return if cell_deps.blank?

cell_dependencies_attrs = []
Expand Down

0 comments on commit 0d23d64

Please sign in to comment.