@@ -72,7 +72,7 @@ export function createTokenMethods (core: WalletCore): {
7272 tags : [ 'token' ] ,
7373 outputDescription : `Token (${ basket } )`
7474 } ] ,
75- options : { randomizeOutputs : false }
75+ options : { randomizeOutputs : false , acceptDelayedBroadcast : false }
7676 } )
7777
7878 return {
@@ -231,7 +231,7 @@ export function createTokenMethods (core: WalletCore): {
231231 customInstructions : JSON . stringify ( { protocolID, keyID : newKeyID , counterparty : newCounterparty } ) ,
232232 tags : [ 'token' , 'sent' ]
233233 } ] ,
234- options : { randomizeOutputs : false }
234+ options : { randomizeOutputs : false , acceptDelayedBroadcast : false }
235235 } as any )
236236
237237 if ( ( response as any ) ?. signableTransaction == null ) {
@@ -304,7 +304,7 @@ export function createTokenMethods (core: WalletCore): {
304304 unlockingScriptLength : 73
305305 } ] ,
306306 outputs : [ ] ,
307- options : { randomizeOutputs : false }
307+ options : { randomizeOutputs : false , acceptDelayedBroadcast : false }
308308 } as any )
309309
310310 if ( ( response as any ) ?. signableTransaction == null ) {
@@ -398,7 +398,7 @@ export function createTokenMethods (core: WalletCore): {
398398 lockingScript : newLockingScript . toHex ( ) ,
399399 outputDescription : 'Token for recipient'
400400 } ] ,
401- options : { randomizeOutputs : false }
401+ options : { randomizeOutputs : false , acceptDelayedBroadcast : false }
402402 } as any )
403403
404404 if ( ( response as any ) ?. signableTransaction == null ) {
0 commit comments