Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solana transfer does not permit paying oneself #10339

Closed
mvines opened this issue May 30, 2020 · 0 comments
Closed

solana transfer does not permit paying oneself #10339

mvines opened this issue May 30, 2020 · 0 comments
Labels
good first issue Good for newcomers
Milestone

Comments

@mvines
Copy link
Member

mvines commented May 30, 2020

Problem

$ solana transfer ~/.config/solana/id.json 1
Error: bad parameter: Identical pubkeys found: `cli keypair` and `to` must be unique

Proposed Solution

Rework the transfer command to allow the user to do this since it's supported (cc: #10337)

@mvines mvines added the good first issue Good for newcomers label May 30, 2020
@mvines mvines added this to the The Future! milestone May 30, 2020
garious added a commit to garious/solana that referenced this issue May 30, 2020
No test here because we're just removing an [untested] special case.

Fixes solana-labs#10339
garious added a commit to garious/solana that referenced this issue May 30, 2020
No test here because we're just removing an [untested] special case.

Fixes solana-labs#10339
mergify bot pushed a commit that referenced this issue May 31, 2020
* Allow paying to oneself

* cargo fmt

* Permit pay-to-self in CLI

No test here because we're just removing an [untested] special case.

Fixes #10339

(cherry picked from commit 5d248fe)

# Conflicts:
#	runtime/src/system_instruction_processor.rs
mergify bot pushed a commit that referenced this issue May 31, 2020
* Allow paying to oneself

* cargo fmt

* Permit pay-to-self in CLI

No test here because we're just removing an [untested] special case.

Fixes #10339

(cherry picked from commit 5d248fe)
garious added a commit that referenced this issue May 31, 2020
* Allow paying to oneself

* cargo fmt

* Permit pay-to-self in CLI

No test here because we're just removing an [untested] special case.

Fixes #10339

(cherry picked from commit 5d248fe)
@mvines mvines modified the milestones: The Future!, v1.4.0 Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant