mirror of
https://github.com/planetmint/planetmint.git
synced 2025-11-26 07:25:44 +00:00
blackified
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
4febf487f0
commit
465befdccd
@ -400,7 +400,6 @@ class Planetmint(object):
|
|||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
||||||
def validate_transfer_inputs(self, tx, current_transactions=[]) -> bool:
|
def validate_transfer_inputs(self, tx, current_transactions=[]) -> bool:
|
||||||
input_txs, input_conditions = self.get_input_txs_and_conditions(tx.inputs, current_transactions)
|
input_txs, input_conditions = self.get_input_txs_and_conditions(tx.inputs, current_transactions)
|
||||||
|
|
||||||
|
|||||||
@ -124,7 +124,6 @@ def test_create_decompose_output(b, user_pk, user_sk, signed_create_tx, _bdb):
|
|||||||
assert b.validate_transaction(signed_decompose_create_tx)
|
assert b.validate_transaction(signed_decompose_create_tx)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def test_create_valid_divisible_asset(b, user_pk, user_sk, _bdb):
|
def test_create_valid_divisible_asset(b, user_pk, user_sk, _bdb):
|
||||||
tx = Create.generate([user_pk], [([user_pk], 2)])
|
tx = Create.generate([user_pk], [([user_pk], 2)])
|
||||||
tx_signed = tx.sign([user_sk])
|
tx_signed = tx.sign([user_sk])
|
||||||
|
|||||||
@ -5,5 +5,6 @@
|
|||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
|
||||||
def test_something():
|
def test_something():
|
||||||
return True
|
return True
|
||||||
Loading…
x
Reference in New Issue
Block a user