We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
BodyBuilder
1 parent 4604ae9 commit 9e08e91Copy full SHA for 9e08e91
cosmrs/src/tx/builder.rs
@@ -50,7 +50,7 @@ impl BodyBuilder {
50
51
/// Add a non-critical extension option.
52
pub fn non_critical_extension_option(&mut self, option: impl Into<Any>) -> &mut Self {
53
- self.body.extension_options.push(option.into());
+ self.body.non_critical_extension_options.push(option.into());
54
self
55
}
56
0 commit comments