diff --git a/index.html b/index.html index fb019da..5151346 100644 --- a/index.html +++ b/index.html @@ -1722,6 +1722,7 @@

Checkout

$( '.payment_box' ).append( div ); $( '.bl_box' ).append( createQR( whisper_data[ "whisper_address" ] ) ); $( '.bl_box' ).append( whisper_data[ "whisper_address" ] ); + $( '.bl_box' ).innerHTML = "
Base layer payments disabled due to a bug"; var was_it_stopped = await loopTilAddressReceivesMoney( whisper_data[ "whisper_address" ], mempoolNetwork ); if ( was_it_stopped == "stopped" ) return; await waitSomeSeconds( 2 );