Skip to content

Commit

Permalink
Remove external demo flag
Browse files Browse the repository at this point in the history
  • Loading branch information
pdeziel committed Oct 24, 2023
1 parent ca8c5d8 commit e28df2d
Show file tree
Hide file tree
Showing 6 changed files with 152 additions and 160 deletions.
5 changes: 0 additions & 5 deletions cmd/rvasp/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,6 @@ func main() {
Name: "B, beneficiary-vasp",
Usage: "the common name or vasp directory searchable name of the beneficiary vasp",
},
&cli.BoolFlag{
Name: "E, external-demo",
Usage: "whether the beneficiary is a demo node (e.g. alice or bob) or not",
},
},
},
{
Expand Down Expand Up @@ -349,7 +345,6 @@ func transfer(c *cli.Context) (err error) {
BeneficiaryVasp: c.String("beneficiary-vasp"),
Amount: float32(c.Float64("amount")),
AssetType: c.String("asset-type"),
ExternalDemo: c.Bool("external-demo"),
}

if req.Account == "" {
Expand Down
44 changes: 22 additions & 22 deletions lib/python/rvaspy/rvaspy/api_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e28df2d

Please sign in to comment.