Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
mixin change
Browse files Browse the repository at this point in the history
  • Loading branch information
RocksteadyTC committed Oct 21, 2018
1 parent 91ddb30 commit 63db3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/extra/encode.py
Expand Up @@ -39,7 +39,7 @@ def rpc(method, params={}):
"address": to_address,
}],
"fee": 10,
"anonymity": 7,
"anonymity": 3,
"extra": binascii.hexlify(content.encode()).decode()
})
print(r)

0 comments on commit 63db3a4

Please sign in to comment.