Skip to content

Commit

Permalink
ci: format
Browse files Browse the repository at this point in the history
  • Loading branch information
adu-web3 committed Dec 13, 2024
1 parent 1cf9cf1 commit d26b02d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions local_node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,4 @@ EOF
fi

# Start the node (remove the --pruning=nothing flag if historical queries are not needed)
# exocored start --metrics "$TRACE" --log_level $LOGLEVEL --minimum-gas-prices=0.0001hua --json-rpc.api eth,txpool,personal,net,debug,web3 --api.enable --json-rpc.enable true --home "$HOMEDIR" --chain-id "$CHAINID" --oracle --grpc.enable true
exocored start --metrics "$TRACE" --log_level $LOGLEVEL --minimum-gas-prices=0.0001hua --json-rpc.api eth,txpool,personal,net,debug,web3 --api.enable --json-rpc.enable true --home "$HOMEDIR" --chain-id "$CHAINID" --grpc.enable true

exocored start --metrics "$TRACE" --log_level $LOGLEVEL --minimum-gas-prices=0.0001hua --json-rpc.api eth,txpool,personal,net,debug,web3 --api.enable --json-rpc.enable true --home "$HOMEDIR" --chain-id "$CHAINID" --oracle --grpc.enable true
4 changes: 0 additions & 4 deletions x/assets/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ func UpdateParams() *cobra.Command {
},
}

if err := msg.ValidateBasic(); err != nil {
return err
}

return tx.GenerateOrBroadcastTxCLI(cliCtx, cmd.Flags(), msg)
},
}
Expand Down

0 comments on commit d26b02d

Please sign in to comment.