airgap-it / tezos-rust-sdk

MIT License
20 stars 10 forks source link

fix stack overflow when converting an address #17

Closed fraidev closed 1 year ago

fraidev commented 1 year ago

Hey!

I found a stack overflow using String::from(address) with a contract address.

RomarQ commented 1 year ago

Good catch :+1:

LGTM.