stellar / rs-stellar-xdr

Rust lib for Stellar XDR.
Apache License 2.0
20 stars 27 forks source link

Make ScVal::Validate recursive #310

Closed graydon closed 1 year ago

graydon commented 1 year ago

I noticed today that ScVal::validate doesn't recursively call itself on vec or map elements. This fixes it.