Skip to content

Use CAmount instead of int64_t#5464

Closed
jtimon wants to merge 2 commits intobitcoin:masterfrom
jtimon:amount2
Closed

Use CAmount instead of int64_t#5464
jtimon wants to merge 2 commits intobitcoin:masterfrom
jtimon:amount2

Conversation

@jtimon
Copy link
Copy Markdown
Contributor

@jtimon jtimon commented Dec 11, 2014

This should have been changed with #4234, probably lost in rebase.
Apart from the obvious s/int64_t/CAmount in wallet.h nobody has complained about yet...

There's a casting between int64_t and uint64_t which is not that obvious and becomes more "visually-explicit" between uint64_t and CAmount.

@laanwj
Copy link
Copy Markdown
Member

laanwj commented Dec 12, 2014

Please add this to #5430, instead of opening a zillion CAmount related pulls.

@jtimon
Copy link
Copy Markdown
Contributor Author

jtimon commented Dec 12, 2014

Sorry. The point was to continue with this if the other one was going to be closed.
Moved to #5430.

@jtimon jtimon closed this Dec 12, 2014
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants