Implementing review suggestions from afilini

This commit is contained in:
Richard Ulrich
2020-10-22 09:11:58 +02:00
parent 759f6eac43
commit 49894ffa6d
3 changed files with 140 additions and 63 deletions

View File

@@ -47,6 +47,9 @@ pub enum Error {
FeeRateTooLow {
required: crate::types::FeeRate,
},
FeeTooLow {
required: u64,
},
Key(crate::keys::KeyError),