trailing comma

This commit is contained in:
NikVolf 2016-12-14 13:25:24 +01:00
parent 91206defc1
commit 9ebbb252bd
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ pub enum Error {
/// Sum of the transaction fees in block exceeds u64::max
TransactionFeesOverflow,
/// Sum of all referenced outputs in block transactions resulted in the overflow
ReferencedInputsSumOverflow
ReferencedInputsSumOverflow,
}
#[derive(Debug, PartialEq)]