Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion app/interactions/addresses/ckb_transactions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def paginate_options(records, address_id)

def select_fields
%i[id tx_hash tx_index block_id block_number block_timestamp
is_cellbase updated_at capacity_involved created_at]
is_cellbase updated_at capacity_involved created_at tx_status]
end

# A lock script can correspond to multiple CKB addresses
Expand Down
2 changes: 1 addition & 1 deletion app/interactions/addresses/pending_transactions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def transactions_ordering

def select_fields
%i[id tx_hash block_id block_number block_timestamp tags
is_cellbase updated_at capacity_involved created_at]
is_cellbase updated_at capacity_involved created_at tx_status]
end

# A lock script can correspond to multiple CKB addresses
Expand Down
Loading