@@ -112,7 +112,6 @@ describe('Tao Move Stake Builder', function () {
112112 explanation . outputs [ 0 ] . should . deepEqual ( {
113113 address : '5Ffp1wJCPu4hzVDTo7XaMLqZSvSadyUQmxWPDw74CBjECSoq' ,
114114 amount : '9007199254740995' ,
115- tokenName : utils . getTaoTokenBySubnetId ( '1' ) . name ,
116115 } ) ;
117116 } ) ;
118117
@@ -155,8 +154,6 @@ describe('Tao Move Stake Builder', function () {
155154 txJson . destinationNetuid . should . equal ( '2' ) ;
156155 txJson . alphaAmount . should . equal ( '1000000000000' ) ;
157156
158- const explanation = tx . explainTransaction ( ) ;
159- explanation . outputs [ 0 ] . tokenName . should . equal ( 'ttao:onion' ) ;
160157 } ) ;
161158 } ) ;
162159
@@ -470,7 +467,7 @@ describe('Tao Move Stake Builder', function () {
470467
471468 explanation . should . have . properties ( [ 'outputs' , 'outputAmount' , 'changeAmount' , 'fee' , 'type' ] ) ;
472469 explanation . outputs . should . have . length ( 1 ) ;
473- explanation . outputs [ 0 ] . should . have . properties ( [ 'address' , 'amount' , 'tokenName' ] ) ;
470+ explanation . outputs [ 0 ] . should . have . properties ( [ 'address' , 'amount' ] ) ;
474471 explanation . outputs [ 0 ] . address . should . equal ( '5Ffp1wJCPu4hzVDTo7XaMLqZSvSadyUQmxWPDw74CBjECSoq' ) ;
475472 explanation . outputs [ 0 ] . amount . should . equal ( '1000000000000' ) ;
476473 explanation . changeAmount . should . equal ( '0' ) ;
0 commit comments