Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-quality-dev committed Sep 15, 2023
1 parent 3f2cae4 commit 7636ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feeder/feeder.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func runTxCommandForStateSubmit(from, address, root, proof string, height uint64
var stderr bytes.Buffer

// Prepare the command with arguments
command := fmt.Sprintf("CosmoEthd tx cosmoeth add-state \"%s\" %d \"%sa\" '%s' --from %s -y --gas auto", address, height, root, proof, from)
command := fmt.Sprintf("CosmoEthd tx cosmoeth add-state \"%s\" %d \"%s\" '%s' --from %s -y --gas auto", address, height, root, proof, from)
cmd := exec.Command("bash", "-c", command)
cmd.Stdout = &stdout
cmd.Stderr = &stderr
Expand Down

0 comments on commit 7636ec5

Please sign in to comment.