utxostack / ckb-bitcoin-spv-service

Synchronize headers to Bitcoin SPV clients running on the CKB chain.
MIT License
1 stars 4 forks source link

feat: allow override the spv contract out point #32

Closed yangby-cryptape closed 4 months ago

yangby-cryptape commented 5 months ago
    /// The out point of the Bitcoin SPV contract.
    ///
    /// This parameter will override the value in the storage.
    /// If this parameter is not provided, the value in the storage will be used.
    #[arg(long, value_parser = value_parsers::OutPointValueParser)]
    pub(crate) spv_contract_out_point: Option<OutPoint>,