Skip to content

Commit

Permalink
Make the default xdr decode stream base64 (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Dec 8, 2022
1 parent b862d4f commit ef313b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/stellar-xdr/decode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pub enum InputFormat {

impl Default for InputFormat {
fn default() -> Self {
Self::SingleBase64
Self::StreamBase64
}
}

Expand Down

0 comments on commit ef313b8

Please sign in to comment.