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

Add transaction fee estimation and show fee in view. #44

Closed
wants to merge 18 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Copyright (c) 2016 The btcsuite developers
Copyright (c) 2016 The Decred developers

Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
Expand Down
4 changes: 2 additions & 2 deletions Paymetheus.sln → Paymetheus-Dcr.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ VisualStudioVersion = 14.0.25008.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Paymetheus", "Paymetheus\Paymetheus.csproj", "{23FDCF32-22C6-4AC1-89CF-64B79A237CA3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Paymetheus.Bitcoin", "Paymetheus.Bitcoin\Paymetheus.Bitcoin.csproj", "{93791F70-6590-4342-9774-64E97B7EF6A4}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Paymetheus.Decred", "Paymetheus.Decred\Paymetheus.Decred.csproj", "{93791F70-6590-4342-9774-64E97B7EF6A4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Paymetheus.Rpc", "Paymetheus.Rpc\Paymetheus.Rpc.csproj", "{4BD3B218-0CB0-49D5-8231-B24265EA98B9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Paymetheus.Tests.Bitcoin", "Paymetheus.Tests.Bitcoin\Paymetheus.Tests.Bitcoin.csproj", "{2F3EF667-ED59-4079-B979-E58D49047E55}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Paymetheus.Tests.Decred", "Paymetheus.Tests.Decred\Paymetheus.Tests.Decred.csproj", "{2F3EF667-ED59-4079-B979-E58D49047E55}"
ProjectSection(ProjectDependencies) = postProject
{93791F70-6590-4342-9774-64E97B7EF6A4} = {93791F70-6590-4342-9774-64E97B7EF6A4}
EndProjectSection
Expand Down
208 changes: 0 additions & 208 deletions Paymetheus.Bitcoin/Script/OutputScript.cs

This file was deleted.

Loading