Skip to content

Commit fcbf718

Browse files
authored
Merge pull request #2439 from nervosnetwork/develop
Deploy to testnet
2 parents 324ed21 + c967a56 commit fcbf718

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/interactions/addresses/ckb_transactions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def paginate_options(records, address_id)
4141

4242
def select_fields
4343
%i[id tx_hash tx_index block_id block_number block_timestamp
44-
is_cellbase updated_at capacity_involved created_at]
44+
is_cellbase updated_at capacity_involved created_at tx_status]
4545
end
4646

4747
# A lock script can correspond to multiple CKB addresses

app/interactions/addresses/pending_transactions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def transactions_ordering
4646

4747
def select_fields
4848
%i[id tx_hash block_id block_number block_timestamp tags
49-
is_cellbase updated_at capacity_involved created_at]
49+
is_cellbase updated_at capacity_involved created_at tx_status]
5050
end
5151

5252
# A lock script can correspond to multiple CKB addresses

0 commit comments

Comments
 (0)