Sharon Kahira

Results 2 issues of Sharon Kahira

## Summary This PR addresses issue #1974. It introduces a new fluent builder API for synchronizing wallets with Electrum servers, making wallet synchronization as simple as a one-liner call. The...

This PR introduces a small but meaningful refactor by computing `txid` once at the beginning of the method and reusing it throughout, instead of calling `tx.compute_txid()` multiple times. ### Summary...