romanz / electrs

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

fix deprecation and clippy warnings #1042

Closed antonilol closed 6 months ago

antonilol commented 6 months ago

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

romanz commented 6 months ago

Thanks!