From 557e27fd2150953ce175ec123013faddcabcccde Mon Sep 17 00:00:00 2001 From: Thomas Winget Date: Thu, 2 Oct 2014 16:44:55 -0400 Subject: per kb fees --- src/wallet/wallet2.cpp | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'src/wallet/wallet2.cpp') diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index 5af9a71bd..31345879b 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -954,7 +954,22 @@ std::vector wallet2::create_transactions(std::vector Date: Thu, 30 Oct 2014 18:53:56 -0400 Subject: Should now properly do per-kb fee I'm an idiot. --- src/wallet/wallet2.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/wallet/wallet2.cpp') diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index 31345879b..173321d42 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -957,9 +957,10 @@ std::vector wallet2::create_transactions(std::vector Date: Mon, 3 Nov 2014 14:35:48 -0500 Subject: per kb fees not passing correct fee to transfer() --- src/wallet/wallet2.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/wallet/wallet2.cpp') diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index 173321d42..5b247ff47 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -957,10 +957,9 @@ std::vector wallet2::create_transactions(std::vector