Increase timelocks on testnet

To allow time for stagenet Monero transaction to be mined.
pull/123/head
Franck Royer 4 years ago
parent 17356eaff9
commit ef906876a0
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

@ -86,7 +86,7 @@ mod testnet {
pub static MONERO_FINALITY_CONFIRMATIONS: u32 = 5;
// This does not reflect recommended values for mainnet!
pub static BITCOIN_CANCEL_TIMELOCK: Timelock = Timelock::new(6);
pub static BITCOIN_CANCEL_TIMELOCK: Timelock = Timelock::new(12);
pub static BITCOIN_PUNISH_TIMELOCK: Timelock = Timelock::new(6);
}

Loading…
Cancel
Save