Merged
Merged
Conversation
philbooth
changed the title
Pb/bounce record
fix(db): add missing fields/values to auth_db::BounceRecord
| 0 => { | ||
| // Set whenever the auth db receives a value it doesn't recognise | ||
| println!("Mapped default auth db bounce type BounceType::Soft"); | ||
| Ok(BounceType::Soft) |
rfk approved these changes May 23, 2018
| BounceError { | ||
| address: address.to_string(), | ||
| bounce: Some(bounce), | ||
| bounce: Some(bounce.clone()), |