osmosis-labs / osmosis-rust

Rust libraries for osmosis
Apache License 2.0
59 stars 52 forks source link

MsgCreateGuage incorrect type #88

Closed triccs closed 10 months ago

triccs commented 11 months ago

packages/osmosis-std/src/types/osmosis/incentives.rs

pool_id needs to be an Option or else it's impossible to set incentives based on Duration image

triccs commented 11 months ago

Pull Request: https://github.com/osmosis-labs/osmosis-rust/pull/89