mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-03-26 04:03:06 +00:00
fix error message
This commit is contained in:
parent
22290c05fb
commit
e44eade97b
@ -201,10 +201,7 @@ impl RocksDBIO {
|
|||||||
)
|
)
|
||||||
})?,
|
})?,
|
||||||
borsh::to_vec(state).map_err(|err| {
|
borsh::to_vec(state).map_err(|err| {
|
||||||
DbError::borsh_cast_message(
|
DbError::borsh_cast_message(err, Some("Failed to serialize NSSA state".to_string()))
|
||||||
err,
|
|
||||||
Some("Failed to serialize first block id".to_string()),
|
|
||||||
)
|
|
||||||
})?,
|
})?,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user