Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

tests: update functional tests to the latest Drive #259

Merged
merged 2 commits into from
Apr 18, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe('getDataContractHandlerFactory', function main() {

// eslint-disable-next-line no-underscore-dangle
const publicKeyHash = PublicKey.fromBuffer(Buffer.from(pubKeyBase, 'base64'))._getID();
publicKeyId = 1;
publicKeyId = 0;

await coreAPI.generateToAddress(500, addressString);

Expand Down