Introduce own de-/serializable monero::Network

This commit is contained in:
Daniel Karzel 2021-05-11 18:03:33 +10:00
parent 69cf12620d
commit 9ac5b635d7
No known key found for this signature in database
GPG key ID: 30C3FC2E438ADB6E
4 changed files with 32 additions and 4 deletions

View file

@ -1,4 +1,5 @@
use crate::bitcoin::{CancelTimelock, PunishTimelock};
use crate::monero;
use std::cmp::max;
use std::time::Duration;
use time::NumericalStdDurationShort;