Increase timelocks on testnet

To allow time for stagenet Monero transaction to be mined.
This commit is contained in:
Franck Royer 2021-01-07 13:19:22 +11:00
parent 17356eaff9
commit ef906876a0
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -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);
}