mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Merge 1efefc3914 into merged_master (Elements PR #1131)
This commit is contained in:
commit
4fedc4f94c
2 changed files with 10 additions and 6 deletions
|
|
@ -272,6 +272,11 @@ class CTTest (BitcoinTestFramework):
|
|||
|
||||
# Import the blinding key
|
||||
blindingkey = self.nodes[2].dumpblindingkey(address2)
|
||||
|
||||
# Check that importing keys from non-CT address works as intended
|
||||
blindingkey2 = self.nodes[2].dumpblindingkey(unconfidential_address2)
|
||||
assert_equal(blindingkey, blindingkey2)
|
||||
|
||||
self.nodes[1].importblindingkey(address2, blindingkey)
|
||||
# Check the auditor's gettransaction and listreceivedbyaddress
|
||||
# Needs rescan to update wallet txns
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue