Skip to content

Commit

Permalink
Merge pull request #2229 from nervosnetwork/develop
Browse files Browse the repository at this point in the history
Deploy to testnet
  • Loading branch information
rabbitz authored Oct 11, 2024
2 parents 32f5cea + 27d0050 commit 76a7156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/bitcoin_vout.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class BitcoinVout < ApplicationRecord
belongs_to :consumed_by, class_name: "BitcoinTransaction", optional: true
belongs_to :bitcoin_address, optional: true
belongs_to :ckb_transaction, optional: true
belongs_to :cell_output, optional: true
belongs_to :cell_output, optional: true, touch: true
belongs_to :ckb_address, class_name: "Address", foreign_key: "address_id", optional: true

scope :without_op_return, -> { where(op_return: false) }
Expand Down

0 comments on commit 76a7156

Please sign in to comment.