Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
parity-bitcoin
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
parity-bitcoin
Commits
825fee9a
Commit
825fee9a
authored
5 years ago
by
Joseph Goulden
Browse files
Options
Downloads
Patches
Plain Diff
chore: remove redundant imports
parent
7fb158da
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
rpc/src/v1/impls/raw.rs
+0
-2
0 additions, 2 deletions
rpc/src/v1/impls/raw.rs
with
0 additions
and
2 deletions
rpc/src/v1/impls/raw.rs
+
0
−
2
View file @
825fee9a
...
...
@@ -41,8 +41,6 @@ impl RawClientCore {
}
pub
fn
do_create_raw_transaction
(
inputs
:
Vec
<
TransactionInput
>
,
outputs
:
TransactionOutputs
,
lock_time
:
Trailing
<
u32
>
)
->
Result
<
GlobalTransaction
,
String
>
{
use
chain
;
use
keys
;
use
global_script
::
Builder
as
ScriptBuilder
;
// to make lock_time work at least one input must have sequnce < SEQUENCE_FINAL
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment