Skip to content

Commit

Permalink
Bypass checking segheights via DNS
Browse files Browse the repository at this point in the history
to greatly speed up wallet transaction
  • Loading branch information
sumoprojects authored Dec 25, 2024
1 parent 2857d0b commit 59b7678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/wallet2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@ wallet2::wallet2(network_type nettype, uint64_t kdf_rounds, bool unattended, std
m_unattended(unattended),
m_devices_registered(false),
m_device_last_key_image_sync(0),
m_use_dns(true),
m_use_dns(false),
m_offline(false),
m_rpc_version(0),
m_export_format(ExportFormat::Binary),
Expand Down

0 comments on commit 59b7678

Please sign in to comment.