Skip to content

Commit

Permalink
fix review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrobot committed Oct 9, 2024
1 parent 341cc1f commit 48a49b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion packages/injective-test-tube/libinjectivetesttube/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func InitTestEnv() uint64 {
defer mu.Unlock()

// temp: suppress noise from stdout
// os.Stdout = nil
os.Stdout = nil

envCounter += 1
id := envCounter
Expand Down
3 changes: 0 additions & 3 deletions packages/test-tube/src/bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,6 @@ extern "C" {
extern "C" {
pub fn IncreaseTime(envId: GoUint64, seconds: GoInt64);
}
// extern "C" {
// pub fn Execute(envId: GoUint64, base64ReqDeliverTx: GoString) -> *mut ::std::os::raw::c_char;
// }
extern "C" {
pub fn Query(
envId: GoUint64,
Expand Down

0 comments on commit 48a49b0

Please sign in to comment.