File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -315,11 +315,6 @@ export class Sol extends BaseCoin {
315315 }
316316 }
317317
318- verifyNoOutputs ( explanation : TransactionExplanation ) : void {
319- if ( ! explanation . outputs ) return ;
320- if ( explanation . outputs . length > 0 ) throw new Error ( 'Invalid token enablement tx: no outputs allow' ) ;
321- }
322-
323318 async verifyTransaction ( params : SolVerifyTransactionOptions ) : Promise < boolean > {
324319 // asset name to transfer amount map
325320 const totalAmount : Record < string , BigNumber > = { } ;
@@ -355,7 +350,6 @@ export class Sol extends BaseCoin {
355350
356351 this . verifyTokenName ( tokenEnablementsPrebuild , enableTokensConfig ) ;
357352 await this . verifyTokenAddress ( tokenEnablementsPrebuild , enableTokensConfig ) ;
358- this . verifyNoOutputs ( explainedTx ) ;
359353 }
360354
361355 // users do not input recipients for consolidation requests as they are generated by the server
You can’t perform that action at this time.
0 commit comments