Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 138270b

Browse files
committed
Actually increase price buffer.
1 parent dd31d94 commit 138270b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/js/profiles/components/registration/RegistrationSelectView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import log4js from 'log4js'
1717

1818
const logger = log4js.getLogger(__filename)
1919
const CHECK_FOR_PAYMENT_INTERVAL = 10000
20-
export const PRICE_BUFFER = 0.001 // btc
20+
export const PRICE_BUFFER = 0.0015 // btc
2121
function mapStateToProps(state) {
2222
return {
2323
api: state.settings.api,

0 commit comments

Comments
 (0)