Skip to content

Commit

Permalink
Update AliasTransactionSuite.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
monroid authored Mar 2, 2018
1 parent 2410640 commit f9a46ea
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ import org.scalatest.prop.TableDrivenPropertyChecks
import scala.util.Random



class AliasTransactionSuite extends BaseTransactionSuite with TableDrivenPropertyChecks {

private val transferFee = 1.waves
private val leasingFee = 0.001.waves
private val transferAmount = 1.waves

test("Able to send money to an alias") {
val alias = "test_alias"
val alias = randomAlias()
val (balance1, eff1) = notMiner.accountBalances(firstAddress)

val aliasFee = calcAliasFee(firstAddress, alias)
Expand Down

0 comments on commit f9a46ea

Please sign in to comment.