Skip to content

Commit

Permalink
feat: add more field on ckb transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
shaojunda committed Nov 8, 2019
1 parent 82a5cbf commit 3dce64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/serializers/ckb_transaction_serializer.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class CkbTransactionSerializer
include FastJsonapi::ObjectSerializer

attributes :is_cellbase
attributes :is_cellbase, :witnesses, :cell_deps, :header_deps

attribute :transaction_hash, &:tx_hash

Expand Down

0 comments on commit 3dce64f

Please sign in to comment.