From b401ff0c1e662f3728ceaedf77c432fb548af2e0 Mon Sep 17 00:00:00 2001 From: Gregory Sanders Date: Thu, 19 Oct 2017 12:22:43 +0200 Subject: [PATCH] change explanation of policy asset seeding in python tutorial --- contrib/assets_tutorial/assets_tutorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/assets_tutorial/assets_tutorial.py b/contrib/assets_tutorial/assets_tutorial.py index 248416902a..ce7fcc5f8c 100755 --- a/contrib/assets_tutorial/assets_tutorial.py +++ b/contrib/assets_tutorial/assets_tutorial.py @@ -92,7 +92,7 @@ time.sleep(3) # Regtest chain starts with 21M bitcoins as OP_TRUE which the wallet # understands. This is useful for testing basic functionality and for -# blockchains that have no pegging functionality. "Policy" coins are required +# blockchains that have no pegging functionality. A fee currency is required # for anti-DoS purposes as well as asset issuance, which consumes inputs for entropy. # In Elements there is no block subsidy. In a production sidechain it can # be configured to start with no outputs, necessitating peg-in functionality