tari-project / triptych

BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

nit: use byte strings #67

Closed AaronFeickert closed 6 months ago

AaronFeickert commented 6 months ago

This PR switches from "string".as_bytes() to b"string" for consistency and conciseness.