Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Josh Wilcox
crown-core
Commits
b3f7c1b1
Commit
b3f7c1b1
authored
7 years ago
by
Ashot
Browse files
Options
Download
Email Patches
Plain Diff
Added assert for CWalletTx pointer
parent
0e1a561c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/wallet.h
+1
-0
src/wallet.h
with
1 addition
and
0 deletions
+1
-0
src/wallet.h
View file @
b3f7c1b1
...
...
@@ -904,6 +904,7 @@ public:
COutput
(
const
CWalletTx
*
txIn
,
int
iIn
)
{
assert
(
txIn
);
tx
=
txIn
;
i
=
iIn
;
nDepth
=
tx
->
GetDepthInMainChain
(
false
);
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment