Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Change test case to pay 0 ether in ransom
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
test/ZeroRansom.js
|
@@ -27,7 +27,7 @@ contract("Simple Straight forward transaction", async (accounts) => { |
|
|
let victim = accounts[2]; // infected person |
|
|
|
|
|
let victimId = 0x5500; // Victim ID |
|
|
let ransomAmount = tw('2', 'ether'); // Ransom Amount |
|
|
let ransomAmount = tw('0', 'wei'); // Ransom Amount |
|
|
|
|
|
let ttlBalBefore = 0; |
|
|
|
|
|