Add remote access

This commit is contained in:
Jim McDonald
2020-03-31 11:31:54 +01:00
parent 945f2ca47c
commit a38ff57508
24 changed files with 470 additions and 142 deletions

View File

@@ -31,6 +31,7 @@ var walletCreateCmd = &cobra.Command{
In quiet mode this will return 0 if the wallet is created successfully, otherwise 1.`,
Run: func(cmd *cobra.Command, args []string) {
assert(!remote, "wallet create not available with remote wallets")
assert(walletWallet != "", "--wallet is required")
assert(walletCreateType != "", "--type is required")