diff --git a/app/models/cell_input.rb b/app/models/cell_input.rb index 93bbae7d1..f46d45fb3 100644 --- a/app/models/cell_input.rb +++ b/app/models/cell_input.rb @@ -12,7 +12,7 @@ class CellInput < ApplicationRecord normal: 0, nervos_dao_deposit: 1, nervos_dao_withdrawing: 2, udt: 3, m_nft_issuer: 4, m_nft_class: 5, m_nft_token: 6, nrc_721_token: 7, nrc_721_factory: 8, cota_registry: 9, cota_regular: 10, spore_cluster: 11, spore_cell: 12, omiga_inscription_info: 13, omiga_inscription: 14, - xudt: 15, rgb: 16, rgb_time: 17 + xudt: 15, rgb: 16, btc_time: 17 } def output diff --git a/app/models/cell_output.rb b/app/models/cell_output.rb index 9583be3f3..4707c4b9c 100644 --- a/app/models/cell_output.rb +++ b/app/models/cell_output.rb @@ -26,7 +26,7 @@ class CellOutput < ApplicationRecord omiga_inscription: 14, xudt: 15, rgb: 16, - rgb_time: 17, + btc_time: 17, } belongs_to :ckb_transaction