mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-13 14:39:25 +00:00
Get the repo to compile again
This commit is contained in:
@@ -115,7 +115,7 @@ impl TryFrom<u8> for RctType {
|
||||
|
||||
impl RctType {
|
||||
/// True if this RctType uses compact encrypted amounts, false otherwise.
|
||||
fn compact_encrypted_amounts(&self) -> bool {
|
||||
pub fn compact_encrypted_amounts(&self) -> bool {
|
||||
match self {
|
||||
RctType::AggregateMlsagBorromean | RctType::MlsagBorromean | RctType::MlsagBulletproofs => {
|
||||
false
|
||||
|
||||
Reference in New Issue
Block a user