Change default value for offline signing to true in config
This commit is contained in:
parent
096741f946
commit
a72e2534fb
|
@ -15,7 +15,7 @@
|
|||
:eth-wallet-file "/some/location"
|
||||
|
||||
;; Specifies whether to sign transactions before sending. Should be false for local Geth, true for remote Infura
|
||||
:offline-signing false
|
||||
:offline-signing true
|
||||
|
||||
;; address of token registry to be used
|
||||
;; this is the default value for ropsten
|
||||
|
|
Loading…
Reference in New Issue