romanz / electrs

An efficient re-implementation of Electrum Server in Rust
MIT License
1.02k stars 373 forks source link

fix deprecation and clippy warnings #1042

Closed antonilol closed 1 month ago

antonilol commented 1 month ago

Transaction::txid() was deprecated in the update to 0.32 (just renamed)

romanz commented 1 month ago

Thanks!