mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
blockchain/Block: moved producer tx at last position of blocks' txs vec
This commit is contained in:
@@ -360,6 +360,9 @@ pub enum Error {
|
||||
#[error("Block with order number {0} not found in database")]
|
||||
BlockNumberNotFound(u64),
|
||||
|
||||
#[error("Block {0} contains 0 transactions")]
|
||||
BlockContainsNoTransactions(String),
|
||||
|
||||
#[error("Verifying slot missmatch")]
|
||||
VerifyingSlotMissmatch(),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user