I am trying to deploy a smart contract on the sawtooth network. While creating account with the command : It is getting a timeout.
seth account create --nonce=0 --wait myalias
Error: Problem submitting account creation transaction: Transaction was submitted, but client timed out before it was committed.
Can we increase the timeout or what can be the possible solution for the error?