Skip to content

Commit

Permalink
fix: type script serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
shaojunda committed Sep 3, 2019
1 parent e5aa51e commit b72fe3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ckb/serializers/output_serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def layout

def body
result = capacity_layout + lock_script_layout
result + type_script_layout if type_script_serializer
result += type_script_layout if type_script_serializer

result
end
Expand Down

0 comments on commit b72fe3e

Please sign in to comment.