From eff0bf97b89319fd974841d0971969acba00e66e Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 29 Aug 2013 05:41:50 +0000 Subject: [PATCH] fix typo in python binding --- bindings/python/src/big_number.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/src/big_number.cpp b/bindings/python/src/big_number.cpp index 38f1d5d0f..31f5cfc51 100644 --- a/bindings/python/src/big_number.cpp +++ b/bindings/python/src/big_number.cpp @@ -23,6 +23,6 @@ void bind_sha1_hash() ; scope().attr("big_number") = scope().attr("sha1_hash"); - scope().attr("peer_id") = scope().attr("peer_id"); + scope().attr("peer_id") = scope().attr("sha1_hash"); }