fix error message

This commit is contained in:
Sergio Chouhy 2026-01-29 12:25:48 -03:00
parent 22290c05fb
commit e44eade97b

View File

@ -201,10 +201,7 @@ impl RocksDBIO {
)
})?,
borsh::to_vec(state).map_err(|err| {
DbError::borsh_cast_message(
err,
Some("Failed to serialize first block id".to_string()),
)
DbError::borsh_cast_message(err, Some("Failed to serialize NSSA state".to_string()))
})?,
);