Skip to content

Commit 9e08e91

Browse files
authored
fix(cosmrs): BodyBuilder non-critical extension add (#516)
1 parent 4604ae9 commit 9e08e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cosmrs/src/tx/builder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ impl BodyBuilder {
5050

5151
/// Add a non-critical extension option.
5252
pub fn non_critical_extension_option(&mut self, option: impl Into<Any>) -> &mut Self {
53-
self.body.extension_options.push(option.into());
53+
self.body.non_critical_extension_options.push(option.into());
5454
self
5555
}
5656

0 commit comments

Comments
 (0)