Posts

Hive code release, SMT may continue to be supported!HIVE代码发布,可能继续支持SMT!

avatar of @alanyao
25
@alanyao
·
0 views
·
1 min read

Hive code release, SMT may continue to be supported!HIVE代码发布,可能继续支持SMT!

hive 代码已经发布,从代码改动来看,似乎继续保留SMT。 The hive code has been released, and it seems that SMT will continue to be retained in terms of code changes.

<       BOOST_TEST_MESSAGE( "  SMT create with insufficient SBD balance" ) 
 
>       BOOST_TEST_MESSAGE( "  SMT create with insufficient HBD balance" ) 
754c587 
<       BOOST_TEST_MESSAGE( "  SMT create with insufficient STEEM balance" ) 
 
>       BOOST_TEST_MESSAGE( "  SMT create with insufficient HIVE balance" ) 
789c622 
<       BOOST_TEST_MESSAGE( "  Check that we cannot create an SMT with an insufficent STEEM creation fee" ) 
 
>       BOOST_TEST_MESSAGE( "  Check that we cannot create an SMT with an insufficent HIVE creation fee" ) 
795c628 
<       BOOST_TEST_MESSAGE( "  Check that we cannot create an SMT with an insufficent SBD creation fee" ) 
 
>       BOOST_TEST_MESSAGE( "  Check that we cannot create an SMT with an insufficent HBD creation fee" ) 

代码中SBD改成了HBD,STEEM改成HIVE,但SMT没改。 In the code, SBD is changed to HBD, STEEM is changed to HIVE, but SMT is not changed.