File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ import (
2727	"github.com/lightninglabs/taproot-assets/tapfreighter" 
2828	"github.com/lightninglabs/taproot-assets/taprpc" 
2929	"github.com/lightninglabs/taproot-assets/taprpc/assetwalletrpc" 
30+ 	"github.com/lightninglabs/taproot-assets/taprpc/authmailboxrpc" 
3031	"github.com/lightninglabs/taproot-assets/taprpc/mintrpc" 
3132	"github.com/lightninglabs/taproot-assets/taprpc/rfqrpc" 
3233	tchrpc "github.com/lightninglabs/taproot-assets/taprpc/tapchannelrpc" 
@@ -2548,6 +2549,7 @@ type tapClient struct {
25482549	rfqrpc.RfqClient 
25492550	tchrpc.TaprootAssetChannelsClient 
25502551	universerpc.UniverseClient 
2552+ 	authmailboxrpc.MailboxClient 
25512553}
25522554
25532555func  newTapClient (t  * testing.T , node  * HarnessNode ) * tapClient  {
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments