Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
silkaj
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
silkaj
Merge requests
!218
Rename tx command to transfer (
#436
)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Rename tx command to transfer (
#436
)
436_tx_transfer
into
main
Overview
0
Commits
1
Pipelines
4
Changes
3
Merged
Moul
requested to merge
436_tx_transfer
into
main
2 years ago
Overview
0
Commits
1
Pipelines
4
Changes
3
Expand
Close
#436 (closed)
.
0
0
Merge request reports
Compare
main
version 1
2e9b77b1
2 years ago
main (base)
and
latest version
latest version
4498d1d1
1 commit,
2 years ago
version 1
2e9b77b1
1 commit,
2 years ago
3 files
+
17
−
17
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
silkaj/money/transfer.py
+
1
−
1
Options
@@ -59,7 +59,7 @@ MAX_OUTPUTS = 93
NBR_ISSUERS
=
1
@click.command
(
"
t
x
"
,
help
=
"
Send transaction
"
)
@click.command
(
"
t
ransfer
"
,
help
=
"
Transfer money
"
)
@click.option
(
"
amounts
"
,
"
--amount
"
,
Loading