Browse Source

cashierd: add ethereum network when check the token id

ghassmo 4 years ago
parent
commit
81153c3366
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/bin/cashierd.rs

+ 3 - 0
src/bin/cashierd.rs

@@ -492,6 +492,9 @@ impl Cashierd {
                 }
                 }
                 Ok(None)
                 Ok(None)
             }
             }
+            // FIXME add tokens support  
+            #[cfg(feature = "eth")]
+            NetworkName::Ethereum => Ok(None),
             #[cfg(feature = "btc")]
             #[cfg(feature = "btc")]
             NetworkName::Bitcoin => Ok(None),
             NetworkName::Bitcoin => Ok(None),
             _ => Err(Error::NotSupportedNetwork),
             _ => Err(Error::NotSupportedNetwork),