We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1638459 commit ebf6953Copy full SHA for ebf6953
src/kvstore/GlobalKVStore.ts
@@ -22,7 +22,7 @@ const DEFAULT_CONFIG: KVStoreConfig = {
22
topics: ['tm_kvstore'],
23
networkPreset: 'mainnet',
24
acceptDelayedBroadcast: false,
25
- overlayBroadcast: true, // Let overlay handle broadcasting to prevent UTXO spending on rejection
+ overlayBroadcast: false, // Use overlay broadcasting to prevent UTXO spending on broadcast rejection.
26
tokenSetDescription: '', // Will be set dynamically
27
tokenUpdateDescription: '', // Will be set dynamically
28
tokenRemovalDescription: '' // Will be set dynamically
0 commit comments