Added tests for ZeroExTransactionDecoder

This commit is contained in:
Greg Hysen
2019-02-06 17:02:47 -08:00
parent 5a231fb057
commit d9c4c74a56
6 changed files with 171 additions and 74 deletions

View File

@@ -65,5 +65,5 @@ export const addressUtils = {
const randomBuff = sha3(randomBigNum.toString());
const randomAddress = `0x${randomBuff.slice(0, 20).toString('hex')}`;
return randomAddress;
}
},
};