change amount value to string

This commit is contained in:
Travis Eden 2018-10-01 08:57:53 -04:00
parent 2778c42773
commit 4deeaed4e6

View file

@ -103,7 +103,7 @@ const claimUpdate = ({ body, files, headers, ip, originalUrl, user, tor }, res)
}, updateMetadata({title, description, nsfw, license}));
const publishParams = {
name,
bid : 0.01,
bid : '0.01',
claim_address: primaryClaimAddress,
channel_name : channelName,
channel_id : channelId,