Skip to content

Commit

Permalink
Merge branch 'dev/1.1.5' of https://github.com/vitelabs/vite.js into …
Browse files Browse the repository at this point in the history
…dev/1.1.5
  • Loading branch information
lovelycs committed Feb 14, 2019
2 parents 7464f79 + 8018d99 commit 2aaf042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/txBlock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ export default class tx {
blockType: 2,
accountAddress,
toAddress,
data: encodeFunctionCall(jsonInterface, params),
data: Buffer.from(encodeFunctionCall(jsonInterface,params),"hex").toString("base64"),
height, prevHash, snapshotHash, tokenId, amount
});
}
Expand Down

0 comments on commit 2aaf042

Please sign in to comment.