Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
feaat(metadata): compatible with new version of the metadata service
Browse files Browse the repository at this point in the history
  • Loading branch information
sha49 committed Feb 15, 2017
1 parent 247cddf commit ed6c030
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

require('isomorphic-fetch');

This comment has been minimized.

Copy link
@tracihaire

tracihaire Sep 24, 2017

Is there any auto making thing that will put money straight to u account

require('es6-promise').polyfill();

global.Symbol = require('core-js/es6/symbol');

var Buffer = require('buffer').Buffer;

// This fixes a bug with Safari < 8 and the Browserify Buffer shim used in Crypto-browserify/randombytes
Expand Down
1 change: 0 additions & 1 deletion src/metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ Metadata.message = curry(
}
);

// Metadata.magic :: Buffer -> Buffer -> Buffer
Metadata.magic = curry(
function (payload, prevMagic) {
const msg = this.message(payload, prevMagic);
Expand Down

0 comments on commit ed6c030

Please sign in to comment.